diff --git a/.github/workflows/flutter_drive.yml b/.github/workflows/flutter_drive.yml index eb61337..1508423 100644 --- a/.github/workflows/flutter_drive.yml +++ b/.github/workflows/flutter_drive.yml @@ -23,7 +23,7 @@ jobs: java-version: '8.x' - uses: subosito/flutter-action@v1 with: - flutter-version: '1.12.13+hotfix.5' + flutter-version: '1.17.4' channel: 'stable' - name: run tests timeout-minutes: 30 @@ -37,4 +37,4 @@ jobs: profile: ${{ matrix.device }} script: | cd ./example/image_classification && flutter pub get - cd ./example/image_classification && flutter driver --driver='test_driver/image_classification_e2e_test.dart' test/image_classification_e2e.dart \ No newline at end of file + cd ./example/image_classification && flutter driver --driver='test_driver/image_classification_e2e_test.dart' test/image_classification_e2e.dart