Skip to content

Commit

Permalink
Merge pull request #1563 from donraab/master
Browse files Browse the repository at this point in the history
Upgrade early access builds to JDK 23 and add JDK 22 to unit test build.
  • Loading branch information
donraab committed Mar 23, 2024
2 parents 6d7c8a6 + 396f9db commit d586d23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/earlyaccess-javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
java-version: [22]
java-version: [23]

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/earlyaccess-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
java-version: [22]
java-version: [23]

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-no-p2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
java-version: [17, 21]
java-version: [17, 21, 22]

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

Expand Down

0 comments on commit d586d23

Please sign in to comment.