Skip to content

Commit 7571a8f

Browse files
committed
Test against Java 22
1 parent 5d3cac3 commit 7571a8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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

0 commit comments

Comments
 (0)