Skip to content

Commit

Permalink
ci: update flutter version
Browse files Browse the repository at this point in the history
  • Loading branch information
sanzoghenzo committed Sep 3, 2023
1 parent 05a6e38 commit acbf6fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
java-version: "11"
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.0.5"
flutter-version: "3.12.2"
- run: flutter pub get
- run: flutter format --set-exit-if-changed .
- run: flutter analyze
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
java-version: "11"
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.0.5"
flutter-version: "3.12.2"
- run: flutter pub get
- run: flutter analyze
- run: flutter build apk --release
Expand Down

0 comments on commit acbf6fd

Please sign in to comment.