Skip to content

Commit d8a9a2f

Browse files
Added testing for JDK 22, 23, 24
1 parent 48709b9 commit d8a9a2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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

.github/workflows/[M] build and test, compute coverage, release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
max-parallel: 15
3232
matrix:
3333
os: [windows-latest, macOS-latest, ubuntu-latest]
34-
java: [8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21]
34+
java: [8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24]
3535
architecture: [x64]
3636
exclude:
3737
- os: ubuntu-latest

0 commit comments

Comments
 (0)