Skip to content

Commit

Permalink
Remove Java 19 and 20 builds and add Java 22 EA build.
Browse files Browse the repository at this point in the history
Signed-off-by: Donald Raab <[email protected]>
  • Loading branch information
donraab committed Sep 22, 2023
1 parent 0148570 commit 172faf9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: [19, 20, 21]
java-version: [22]

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: [19, 20, 21]
java-version: [22]

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/javadoc.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: [11, 17]
java-version: [11, 17, 21]

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]
java-version: [17, 21]

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

Expand Down

0 comments on commit 172faf9

Please sign in to comment.