Skip to content

Commit aae7c56

Browse files
authoredMay 17, 2024··
Update flutter-drive.yml
1 parent dce1f5d commit aae7c56

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎.github/workflows/flutter-drive.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ jobs:
7171
steps:
7272
- uses: actions/checkout@v3
7373
- name: set up JDK 11
74-
uses: actions/setup-java@v2
74+
uses: actions/setup-java@v3
7575
with:
76-
distribution: 'zulu'
77-
java-version: '11'
76+
distribution: "oracle"
77+
java-version: "17"
7878
- uses: subosito/flutter-action@v2
7979
with:
8080
flutter-version: '3.22.0'
@@ -108,4 +108,4 @@ jobs:
108108
architecture: x64
109109
- run: "flutter pub get"
110110
- name: "Run Flutter Accessibility Tests"
111-
run: "flutter test test/accessibility_test.dart"
111+
run: "flutter test test/accessibility_test.dart"

0 commit comments

Comments
 (0)
Please sign in to comment.