Skip to content

Commit 3ffff0e

Browse files
committed
Add jdk24 to build matrix.
1 parent 79dd6b1 commit 3ffff0e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
strategy:
1010
matrix:
11-
jdk: ['8', '11', '17', '21']
11+
jdk: ['8', '11', '17', '21', '24']
1212
cc: [gcc, clang]
1313
os: [ubuntu-22.04, ubuntu-24.04]
1414
runs-on: ${{ matrix.os }}

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Unreleased:
2+
- test with jdk24 (Andrew)
3+
14
For release 0.8.4:
25
- test with jdk21 (Andrew)
36
- resolve build failures with gcc14 (Andrew)

0 commit comments

Comments
 (0)