Skip to content

Commit 501f442

Browse files
authored
Install GraalVM JDK 21 on CI
Because that's what's used by the integration test
1 parent 2089504 commit 501f442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
distribution: graalvm-community
3131
version: 'latest'
32-
java-version: '24'
32+
java-version: '21'
3333
github-token: ${{ secrets.GITHUB_TOKEN }}
3434
- name: Build
3535
uses: ./.github/actions/main-build

0 commit comments

Comments
 (0)