Skip to content

Commit

Permalink
Remove Java 22 from tested versions
Browse files Browse the repository at this point in the history
No longer supported.
  • Loading branch information
acogoluegnes committed Oct 3, 2024
1 parent 23aff50 commit f0cf8ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-supported-java-versions-5.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
distribution: [ 'temurin' ]
version: [ '8', '11', '17', '21', '22', '23', '24-ea' ]
version: [ '8', '11', '17', '21', '23', '24-ea' ]
include:
- distribution: 'semeru'
version: '17'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-supported-java-versions-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
distribution: [ 'temurin' ]
version: [ '8', '11', '17', '21', '22', '23', '24-ea' ]
version: [ '8', '11', '17', '21', '23', '24-ea' ]
include:
- distribution: 'semeru'
version: '17'
Expand Down

0 comments on commit f0cf8ba

Please sign in to comment.