Skip to content

Commit 0571ceb

Browse files
committed
Test against Java 23 ea
1 parent ca510a0 commit 0571ceb

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

+1-1
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', '22' ]
14+
version: [ '8', '11', '17', '21', '22', '23-ea' ]
1515
include:
1616
- distribution: 'semeru'
1717
version: '17'

.github/workflows/test-supported-java-versions-main.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: [ '8', '11', '17', '21', '22' ]
14+
version: [ '8', '11', '17', '21', '22', '23-ea' ]
1515
include:
1616
- distribution: 'semeru'
1717
version: '17'

0 commit comments

Comments
 (0)