Skip to content

Commit afccb6e

Browse files
authored
Merge pull request #1089 from emmartins/add_jdk25_to_ci
Add JDK 25 to CI test matrix
2 parents 486308c + f94db46 commit afccb6e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/project_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
jdk: [17]
19+
jdk: [17, 25]
2020
os: [ubuntu-latest, windows-latest]
2121
steps:
2222
- uses: actions/checkout@v5
@@ -54,7 +54,7 @@ jobs:
5454
strategy:
5555
fail-fast: false
5656
matrix:
57-
jdk: [17]
57+
jdk: [17, 25]
5858
os: [ubuntu-latest, windows-latest]
5959
steps:
6060
- uses: actions/checkout@v5

.github/workflows/quickstart_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ on:
3333
MATRIX_JDK:
3434
description: 'the JDKs to be used on the test matrix, i.e. matrix.jdk'
3535
required: false
36-
default: '"17"'
36+
default: '"17","25"'
3737
type: string
3838
MATRIX_OS:
3939
description: 'the OSes to be used on the test matrix, i.e. matrix.os'

.github/workflows/quickstart_ejb-txn-remote-call_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
TEST_PROVISIONED_SERVER: true
1818
TEST_BOOTABLE_JAR: false
1919
TEST_OPENSHIFT: true
20-
MATRIX_JDK: '"17"'
20+
MATRIX_JDK: '"17","25"'
2121
MATRIX_OS: '"ubuntu-latest"'
2222
jobs:
2323
Matrix-Setup:

0 commit comments

Comments
 (0)