Run native image test with jdk17 (#8717)

This commit is contained in:
Lauri Tulmin 2023-06-14 12:24:47 +03:00 committed by GitHub
parent 7a40f1ba2b
commit f0b9a25d05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: |