Skip to content

Commit 2f96fb7

Browse files
committed
update flutter version in cd script
1 parent 21bc778 commit 2f96fb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dart.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
- uses: actions/setup-java@v1
1414
with:
1515
java-version: '12.x'
16-
- uses: subosito/flutter-action@v1
16+
- uses: subosito/flutter-action@v2
1717
with:
18-
flutter-version: '2.0.x'
18+
flutter-version: '3.22.x'
1919
- run: flutter pub get
2020
- run: flutter test --coverage
2121
- uses: codecov/codecov-action@v1.0.7

0 commit comments

Comments
 (0)