We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ca6783 + 5b2a163 commit d239b40Copy full SHA for d239b40
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
fail-fast: false
19
matrix:
20
- java_version: [21]
+ java_version: [25]
21
os: [ubuntu-latest]
22
23
steps:
.github/workflows/native-build.yml
@@ -13,7 +13,7 @@ jobs:
13
14
- uses: graalvm/setup-graalvm@v1
15
with:
16
- java-version: '24'
+ java-version: '25'
distribution: 'graalvm'
cache: 'maven'
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments