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 }}