From 1df377600fe476c924b2374a57bd32c7f06c8578 Mon Sep 17 00:00:00 2001 From: Fabio Niephaus Date: Tue, 26 Apr 2022 14:05:34 +0200 Subject: [PATCH] Update from GraalVM `22.0.0.2` to `22.1.0`. --- .github/workflows/test.yml | 6 +++--- README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2e92c5d..a6a05c1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,15 +28,15 @@ jobs: components: ['native-image'] os: [macos-latest, windows-latest, ubuntu-latest] include: - - version: '22.0.0.2' + - version: '22.1.0' java-version: '17' components: 'native-image' os: ubuntu-18.04 - - version: '22.0.0.2' + - version: '22.1.0' java-version: '17' components: 'native-image' os: macos-11 - - version: '22.0.0.2' + - version: '22.1.0' java-version: '17' components: 'native-image' os: windows-2022 diff --git a/README.md b/README.md index eb09dc8..c74a8f2 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ jobs: - uses: graalvm/setup-graalvm@v1 with: - version: '22.0.0.2' + version: '22.1.0' java-version: '11' components: 'native-image' github-token: ${{ secrets.GITHUB_TOKEN }}