Skip to content

Commit 093772e

Browse files
author
Sirisha Pratha
authored
Merge pull request #159 from emilie-robichaud/master
Add JDK 23 EA build
2 parents bdb195c + ed733db commit 093772e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
# os: [macos-latest, ubuntu-latest, windows-latest]
1919
os: [ubuntu-latest]
20-
java-version: [21, 22]
20+
java-version: [21, 22, 23]
2121

2222
runs-on: ${{ matrix.os }}
2323

.github/workflows/solutions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
# os: [macos-latest, ubuntu-latest, windows-latest]
1919
os: [ubuntu-latest]
20-
java-version: [21, 22]
20+
java-version: [21, 22, 23]
2121

2222
runs-on: ${{ matrix.os }}
2323

0 commit comments

Comments
 (0)