Skip to content

Commit 8b8fac8

Browse files
committed
👷 Use JDK 11 for build tests
1 parent ef6eb3d commit 8b8fac8

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'
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/checkout@v1
3838
- uses: actions/setup-java@v1
3939
with:
40-
java-version: '8.x'
40+
java-version: '11.x'
4141
- uses: subosito/flutter-action@v1
4242
with:
4343
channel: 'stable'

0 commit comments

Comments
 (0)