Skip to content

Commit 9f7dfaa

Browse files
authored
Run tests (again) also on jdk 22-early access
1 parent 37c9072 commit 9f7dfaa

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']
21+
java: ['8', '11', '16', '17', '18', '19', '20', '21', '22-ea']
2222
os: [ ubuntu, windows ]
2323

2424
steps:

0 commit comments

Comments
 (0)