Skip to content

Commit 711606c

Browse files
Added JDK 24 testing
1 parent cdf3904 commit 711606c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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
@@ -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, 22]
24+
java: [8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24]
2525
exclude:
2626
- os: ubuntu-latest
2727
java: 10

.github/workflows/[A][S] build and test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
architecture: [x64]
1818
# architecture: [x64, x64, x64, x64, x64, x64, x64, x64]
1919
os: [windows-latest, macOS-latest, ubuntu-latest]
20-
java: [8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22]
20+
java: [8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22 23, 24]
2121
runs-on: ${{ matrix.os }}
2222
steps:
2323
- uses: actions/checkout@v3

.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)