Skip to content

Commit 59aaa1a

Browse files
committed
Test against Java 24 stable
And remove Java 23.
1 parent d3c585a commit 59aaa1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-supported-java-versions-5.x.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
distribution: [ 'temurin' ]
14-
version: [ '8', '11', '17', '21', '23', '24-ea', '25-ea' ]
14+
version: [ '8', '11', '17', '21', '24', '25-ea' ]
1515
include:
1616
- distribution: 'semeru'
1717
version: '17'

.github/workflows/test-supported-java-versions-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
distribution: [ 'temurin' ]
14-
version: [ '8', '11', '17', '21', '23', '24-ea', '25-ea' ]
14+
version: [ '8', '11', '17', '21', '24', '25-ea' ]
1515
include:
1616
- distribution: 'semeru'
1717
version: '17'

0 commit comments

Comments
 (0)