Skip to content

Commit

Permalink
fix upgrade flutter version in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
smart7even committed Jan 4, 2024
1 parent 53c70e8 commit 6a77668
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,6 +23,6 @@ jobs:
java-version: '11'
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.7.7'
flutter-version: '3.16.5'
- run: flutter pub get
- run: flutter test

0 comments on commit 6a77668

Please sign in to comment.