Skip to content

Commit 5b39fb6

Browse files
authored
👷‍♂️ Use JDK 11 for build tests
1 parent afe9e8b commit 5b39fb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v1
1818
- uses: actions/setup-java@v1
1919
with:
20-
java-version: '8.x'
20+
java-version: '11.x'
2121
- uses: subosito/flutter-action@v1
2222
with:
2323
channel: 'stable'
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@v1
3939
- uses: actions/setup-java@v1
4040
with:
41-
java-version: '8.x'
41+
java-version: '11.x'
4242
- uses: subosito/flutter-action@v1
4343
with:
4444
channel: 'stable'

0 commit comments

Comments
 (0)