Skip to content

Commit 53e2f28

Browse files
committed
Remove Java 22 from tested versions
No longer supported. (cherry picked from commit 5ddd208)
1 parent b2d3461 commit 53e2f28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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

0 commit comments

Comments
 (0)