Skip to content

Commit

Permalink
update flutter version in cd script
Browse files Browse the repository at this point in the history
  • Loading branch information
hnvn committed Jun 25, 2024
1 parent 21bc778 commit 2f96fb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
- uses: actions/setup-java@v1
with:
java-version: '12.x'
- uses: subosito/flutter-action@v1
- uses: subosito/flutter-action@v2
with:
flutter-version: '2.0.x'
flutter-version: '3.22.x'
- run: flutter pub get
- run: flutter test --coverage
- uses: codecov/[email protected]
Expand Down

0 comments on commit 2f96fb7

Please sign in to comment.