Skip to content

Commit

Permalink
. e drop test runs on jdk 22-ea because of: Error: Could not find sat…
Browse files Browse the repository at this point in the history
…isfied version for semver 22.
  • Loading branch information
LarsEckart committed Oct 2, 2023
1 parent 843f04c commit cbf0b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: ['8', '11', '16', '17', '18', '19', '20', '21', '22-ea']
java: ['8', '11', '16', '17', '18', '19', '20', '21']
os: [ ubuntu, windows ]

steps:
Expand Down

0 comments on commit cbf0b61

Please sign in to comment.