Skip to content

Commit 1513e54

Browse files
committed
Test against GraalVM 25 and 26 EA builds.
1 parent ba5bc86 commit 1513e54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
PASSES_GDS_TOKEN_CHECK: ${{ !matrix.set-gds-token || secrets.GDS_TOKEN != '' }}
4444
strategy:
4545
matrix:
46-
java-version: ['24', '21', '17', '20', 'dev']
46+
java-version: ['25', '21', '17', '20', 'dev']
4747
distribution: ['graalvm', 'graalvm-community']
4848
os: [
4949
ubuntu-latest, # Linux on Intel
@@ -458,7 +458,7 @@ jobs:
458458
contents: write
459459
strategy:
460460
matrix:
461-
java-version: ['24-ea', 'latest-ea']
461+
java-version: ['26-ea', 'latest-ea']
462462
distribution: ['graalvm']
463463
os: [macos-latest, windows-latest, ubuntu-latest, ubuntu-22.04-arm]
464464
components: ['']

0 commit comments

Comments
 (0)