Skip to content

Commit 0bae9ae

Browse files
authored
Remove EOL Java 24, add Java 26
1 parent dcb29ed commit 0bae9ae

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
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
fail-fast: false
3535
matrix:
36-
java: [23, 24, 25]
36+
java: [24, 25, 26]
3737
runs-on: ubuntu-latest
3838

3939
steps:

0 commit comments

Comments
 (0)