Skip to content

Commit 3c71b79

Browse files
authored
Test with graalvm 23 (#7167)
1 parent 0a993b3 commit 3c71b79

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/build.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -161,13 +161,19 @@ jobs:
161161
GPG_PASSWORD: ${{ secrets.GPG_PASSWORD }}
162162

163163
build-graal:
164+
name: Build GraalVM
164165
runs-on: ubuntu-latest
166+
strategy:
167+
fail-fast: false
168+
matrix:
169+
test-graal-version:
170+
- 21
171+
- 23
165172
steps:
166173
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
167174
- uses: graalvm/setup-graalvm@b0cb26a8da53cb3e97cdc0c827d8e3071240e730 # v1.3.1
168175
with:
169-
# TODO(jack-berg): Which versions do we need to test? Should we use a matrix scheme?
170-
java-version: '21'
176+
java-version: ${{ matrix.test-graal-version }}
171177
distribution: 'graalvm'
172178
components: 'native-image'
173179
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)