Skip to content

Commit d5f693d

Browse files
committed
Java 11 for samples.
1 parent 65b8d04 commit d5f693d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,11 @@ jobs:
5757
rustup target add x86_64-unknown-linux-gnu
5858
rustup target add aarch64-linux-android
5959
60-
# Use Java 8
61-
- name: Setup Java 8
60+
- name: Setup Java 11
6261
uses: actions/setup-java@v2
6362
with:
6463
distribution: 'temurin'
65-
java-version: 8
64+
java-version: 11
6665
cache: 'gradle'
6766

6867
- name: ${{ matrix.sample }}

0 commit comments

Comments
 (0)