Update from GraalVM 22.0.0.2 to 22.1.0.

This commit is contained in:
Fabio Niephaus 2022-04-26 14:05:34 +02:00
parent 406690122e
commit 1df377600f
No known key found for this signature in database
GPG Key ID: F21CF5275F31DFD6
2 changed files with 4 additions and 4 deletions

View File

@ -28,15 +28,15 @@ jobs:
components: ['native-image'] components: ['native-image']
os: [macos-latest, windows-latest, ubuntu-latest] os: [macos-latest, windows-latest, ubuntu-latest]
include: include:
- version: '22.0.0.2' - version: '22.1.0'
java-version: '17' java-version: '17'
components: 'native-image' components: 'native-image'
os: ubuntu-18.04 os: ubuntu-18.04
- version: '22.0.0.2' - version: '22.1.0'
java-version: '17' java-version: '17'
components: 'native-image' components: 'native-image'
os: macos-11 os: macos-11
- version: '22.0.0.2' - version: '22.1.0'
java-version: '17' java-version: '17'
components: 'native-image' components: 'native-image'
os: windows-2022 os: windows-2022

View File

@ -58,7 +58,7 @@ jobs:
- uses: graalvm/setup-graalvm@v1 - uses: graalvm/setup-graalvm@v1
with: with:
version: '22.0.0.2' version: '22.1.0'
java-version: '11' java-version: '11'
components: 'native-image' components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}