Skip to content

Commit 237d4cd

Browse files
authored
Update flutter version
1 parent e5de45f commit 237d4cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/flutter_drive.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
java-version: '8.x'
2424
- uses: subosito/flutter-action@v1
2525
with:
26-
flutter-version: '1.12.13+hotfix.5'
26+
flutter-version: '1.17.4'
2727
channel: 'stable'
2828
- name: run tests
2929
timeout-minutes: 30
@@ -37,4 +37,4 @@ jobs:
3737
profile: ${{ matrix.device }}
3838
script: |
3939
cd ./example/image_classification && flutter pub get
40-
cd ./example/image_classification && flutter driver --driver='test_driver/image_classification_e2e_test.dart' test/image_classification_e2e.dart
40+
cd ./example/image_classification && flutter driver --driver='test_driver/image_classification_e2e_test.dart' test/image_classification_e2e.dart

0 commit comments

Comments
 (0)