Skip to content

Commit

Permalink
Merge pull request #159 from emilie-robichaud/master
Browse files Browse the repository at this point in the history
Add JDK 23 EA build
  • Loading branch information
Sirisha Pratha authored Jun 17, 2024
2 parents bdb195c + ed733db commit 093772e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
# os: [macos-latest, ubuntu-latest, windows-latest]
os: [ubuntu-latest]
java-version: [21, 22]
java-version: [21, 22, 23]

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/solutions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
# os: [macos-latest, ubuntu-latest, windows-latest]
os: [ubuntu-latest]
java-version: [21, 22]
java-version: [21, 22, 23]

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

Expand Down

0 comments on commit 093772e

Please sign in to comment.