Skip to content

Commit dce2443

Browse files
I've updated the Flutter version in ci.yaml to fix the build failure.
1 parent 211e301 commit dce2443

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
java-version: '12.x'
1818
- uses: subosito/flutter-action@v1
1919
with:
20-
flutter-version: '2.2.3'
20+
flutter-version: '3.0.0'
2121
- run: flutter pub get
2222
- run: flutter analyze
2323
- run: flutter test

0 commit comments

Comments
 (0)