Skip to content

Commit

Permalink
Add new versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Oct 2, 2023
1 parent 505b9bb commit 5b49aa1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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, 20 ]
java: [ 8, 11, 17, 21 ]
runs-on: ${{ matrix.os }}
needs: [ extended ]
steps:
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [ 9, 10, 12, 13, 14, 15, 16, 18, 19 ]
java: [ 9, 10, 12, 13, 14, 15, 16, 18, 19, 20 ]
runs-on: ubuntu-20.04
needs: [ extended ]
steps:
Expand Down

0 comments on commit 5b49aa1

Please sign in to comment.