Run native image test with jdk17 (#8717)
This commit is contained in:
parent
7a40f1ba2b
commit
f0b9a25d05
|
@ -14,7 +14,7 @@ jobs:
|
||||||
- uses: graalvm/setup-graalvm@v1
|
- uses: graalvm/setup-graalvm@v1
|
||||||
with:
|
with:
|
||||||
version: 'latest'
|
version: 'latest'
|
||||||
java-version: '11'
|
java-version: '17'
|
||||||
components: 'native-image'
|
components: 'native-image'
|
||||||
- name: Running test
|
- name: Running test
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue