Skip to content

Commit

Permalink
Update flutter version in CI/CD main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jonataslaw committed Mar 8, 2024
1 parent 3de0bd3 commit b8902cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# https://github.com/marketplace/actions/flutter-action
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.13.1"
flutter-version: "3.19.3"
channel: "stable"
- run: flutter pub get
#- run: flutter analyze
Expand Down

0 comments on commit b8902cd

Please sign in to comment.