Skip to content

Commit

Permalink
Added testing for JDK 22
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto-Gentili committed Apr 9, 2024
1 parent 1a598de commit 68ed43b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/[A][S] build and test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
architecture: [x64]
os: [windows-latest, macOS-latest, ubuntu-latest]
java: [8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21]
java: [8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22]
exclude:
- os: ubuntu-latest
java: 10
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/[A][S][experimental] build and test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
architecture: [x64]
os: [windows-latest, macOS-latest, ubuntu-latest]
java: [8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21]
java: [8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22]
exclude:
- os: ubuntu-latest
java: 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
max-parallel: 15
matrix:
os: [windows-latest, macOS-latest, ubuntu-latest]
java: [8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21]
java: [8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22]
architecture: [x64]
exclude:
- os: ubuntu-latest
Expand Down

0 comments on commit 68ed43b

Please sign in to comment.