Skip to content

Commit

Permalink
ci: upgrade java for test
Browse files Browse the repository at this point in the history
  • Loading branch information
juliansteenbakker authored Oct 3, 2023
1 parent 9a6cb34 commit d202aec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flutter_drive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '11'
java-version: '17'
- name: "Run Flutter Driver tests API 18"
uses: reactivecircus/android-emulator-runner@v2
with:
Expand All @@ -25,4 +25,4 @@ jobs:
target: google_apis
arch: x86_64
script: "cd example && flutter drive --target=test_driver/app.dart"
working-directory: ./flutter_secure_storage
working-directory: ./flutter_secure_storage

0 comments on commit d202aec

Please sign in to comment.