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.
1 parent a0533ff commit 3992c44Copy full SHA for 3992c44
.github/workflows/native-build-tools-maven.yml
@@ -18,14 +18,11 @@ jobs:
18
name: Run 'native-build-tools-maven'
19
runs-on: ubuntu-latest
20
timeout-minutes: 30
21
- strategy:
22
- matrix:
23
- java-version: ['21', '24-ea']
24
steps:
25
- uses: actions/checkout@v4
26
- uses: graalvm/setup-graalvm@v1
27
with:
28
- java-version: ${{ matrix.java-version }}
+ java-version: '24-ea'
29
distribution: 'graalvm'
30
github-token: ${{ secrets.GITHUB_TOKEN }}
31
- name: Run 'native-build-tools-maven'
0 commit comments