Skip to content

Commit 27b6b8a

Browse files
committed
Java: Also test against most recent Java 24
1 parent c868086 commit 27b6b8a

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

.github/workflows/lang-java-jooq.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@ jobs:
3737
fail-fast: false
3838
matrix:
3939
os: [ 'ubuntu-latest' ]
40-
java-version: [ '17', '21' ]
40+
java-version: [
41+
'17',
42+
'21',
43+
'24',
44+
]
4145
cratedb-version: [ 'nightly' ]
4246

4347
services:

.github/workflows/lang-java-maven.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,12 @@ jobs:
3939
fail-fast: false
4040
matrix:
4141
os: [ 'ubuntu-latest' ]
42-
java-version: [ '11', '17', '21' ]
42+
java-version: [
43+
'11',
44+
'17',
45+
'21',
46+
'24',
47+
]
4348
cratedb-version: [ 'nightly' ]
4449

4550
services:

.github/workflows/testing-testcontainers-java.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,12 @@ jobs:
3737
fail-fast: false
3838
matrix:
3939
os: [ 'ubuntu-latest' ]
40-
java-version: [ '11', '17', '21' ]
40+
java-version: [
41+
'11',
42+
'17',
43+
'21',
44+
'24',
45+
]
4146
cratedb-version: [ 'nightly' ]
4247

4348
steps:

0 commit comments

Comments
 (0)