Skip to content

Commit 45b950d

Browse files
Added testing for JDK 22
1 parent e7820b1 commit 45b950d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/[A] build and test, release if requested.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
matrix:
2222
architecture: [x64]
2323
os: [windows-latest, macOS-latest, ubuntu-latest]
24-
java: [8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21]
24+
java: [8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22]
2525
exclude:
2626
- os: ubuntu-latest
2727
java: 10

0 commit comments

Comments
 (0)