From 70e1936e9c8008d57b5227a739cf7b45750390ac Mon Sep 17 00:00:00 2001 From: Fabio Niephaus Date: Wed, 26 Oct 2022 08:42:01 +0200 Subject: [PATCH] Add `22.3.0` + JDK19 jobs to build matrix. --- .github/workflows/test.yml | 14 +++++++------- README.md | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b9f1dcf..a3fb36e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,19 +26,19 @@ jobs: strategy: matrix: version: [latest, dev] - java-version: ['11'] + java-version: ['17', '19'] components: ['native-image'] os: [macos-latest, windows-latest, ubuntu-latest] include: - - version: '22.1.0' + - version: '22.3.0' java-version: '17' components: 'native-image' os: ubuntu-18.04 - - version: '22.1.0' + - version: '22.3.0' java-version: '17' components: 'native-image' os: macos-11 - - version: '22.1.0' + - version: '22.3.0' java-version: '17' components: 'native-image' os: windows-2022 @@ -77,8 +77,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - version: ['22.1.0', 'latest'] - java-version: ['11', '17'] + version: ['22.3.0', 'latest'] + java-version: ['11', '17', '19'] components: ['native-image'] os: [macos-latest, windows-latest, ubuntu-latest] steps: @@ -165,7 +165,7 @@ jobs: uses: ./ with: version: 'latest' - java-version: '17' + java-version: '19' components: 'native-image' native-image-musl: 'true' github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index 30298ae..2db34a9 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ jobs: - uses: graalvm/setup-graalvm@v1 with: - version: '22.1.0' + version: '22.3.0' java-version: '11' components: 'native-image' github-token: ${{ secrets.GITHUB_TOKEN }} @@ -97,7 +97,7 @@ jobs: - uses: actions/checkout@v3 - uses: graalvm/setup-graalvm@v1 with: - version: '22.1.0' + version: '22.3.0' gds-token: ${{ secrets.GDS_TOKEN }} java-version: '11' components: 'native-image'