Skip to content

Commit

Permalink
Update build matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Nov 19, 2023
1 parent c142fa0 commit 57afbc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0
with:
java-version: 21-ea
java-version: 22-ea
distribution: zulu
cache: maven
- name: Build project
Expand All @@ -31,7 +31,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-20.04, macos-11, windows-2022 ]
java: [ 8, 11, 17 ]
java: [ 8, 11, 17, 21 ]
runs-on: ${{ matrix.os }}
needs: [ extended ]
steps:
Expand Down

0 comments on commit 57afbc3

Please sign in to comment.