Skip to content

Commit cbf0b61

Browse files
committed
. e drop test runs on jdk 22-ea because of: Error: Could not find satisfied version for semver 22.
1 parent 843f04c commit cbf0b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
java: ['8', '11', '16', '17', '18', '19', '20', '21', '22-ea']
21+
java: ['8', '11', '16', '17', '18', '19', '20', '21']
2222
os: [ ubuntu, windows ]
2323

2424
steps:

0 commit comments

Comments
 (0)