Skip to content

Commit e571b1a

Browse files
committed
Test against Java 24 stable
And remove Java 23.
1 parent 9d3cea5 commit e571b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)