Skip to content

Commit a49da0c

Browse files
committed
Prepare upgrade to JDK 25 LTS and 26 EA for GitHub Actions
1 parent e216d2b commit a49da0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/native-image-build-static-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
timeout-minutes: 15
2121
strategy:
2222
matrix:
23-
java-version: ['21', '24-ea']
23+
java-version: ['25', '26-ea']
2424
steps:
2525
- uses: actions/checkout@v4
2626
- uses: graalvm/setup-graalvm@v1

0 commit comments

Comments
 (0)