Skip to content

Commit

Permalink
Add Zulu JDK 20-ea
Browse files Browse the repository at this point in the history
  • Loading branch information
rickie authored and Stephan202 committed Oct 22, 2022
1 parent 89c1f3a commit c07e590
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ jobs:
strategy:
matrix:
jdk: [ 11.0.16, 16.0.2, 17.0.4, 18.0.2, 19 ]
experimental: [false]
experimental: [ false ]
distribution: [ temurin ]
include:
- java: 19
- jdk: 20-ea
experimental: true
distribution: zulu
continue-on-error: ${{ matrix.experimental }}
steps:
# We run the build twice for each supported JDK: once against the
Expand All @@ -28,7 +30,7 @@ jobs:
uses: actions/[email protected]
with:
java-version: ${{ matrix.jdk }}
distribution: temurin
distribution: ${{ matrix.distribution }}
cache: maven
- name: Display build environment details
run: mvn --version
Expand Down

0 comments on commit c07e590

Please sign in to comment.