Commit 3c71b79 1 parent 0a993b3 commit 3c71b79 Copy full SHA for 3c71b79
File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -161,13 +161,19 @@ jobs:
161
161
GPG_PASSWORD : ${{ secrets.GPG_PASSWORD }}
162
162
163
163
build-graal :
164
+ name : Build GraalVM
164
165
runs-on : ubuntu-latest
166
+ strategy :
167
+ fail-fast : false
168
+ matrix :
169
+ test-graal-version :
170
+ - 21
171
+ - 23
165
172
steps :
166
173
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
167
174
- uses : graalvm/setup-graalvm@b0cb26a8da53cb3e97cdc0c827d8e3071240e730 # v1.3.1
168
175
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 }}
171
177
distribution : ' graalvm'
172
178
components : ' native-image'
173
179
github-token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments