Skip to content

Commit

Permalink
See how this works
Browse files Browse the repository at this point in the history
  • Loading branch information
rickie authored and Stephan202 committed Oct 22, 2022
1 parent c07e590 commit 3dcaf1a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,23 @@ permissions:
contents: read
jobs:
build:
runs-on: ubuntu-22.04
strategy:
matrix:
jdk: [ 11.0.16, 16.0.2, 17.0.4, 18.0.2, 19 ]
os: [ ubuntu-22.04 ]
experimental: [ false ]
jdk: [ 11.0.16, 16.0.2, 17.0.4, 18.0.2, 19 ]
distribution: [ temurin ]
include:
- jdk: 20-ea
experimental: true
distribution: zulu
- jdk: 19
os: macos-latest
experimental: false
- os: windows-latest
jdk: 19
experimental: false
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
steps:
# We run the build twice for each supported JDK: once against the
Expand Down

0 comments on commit 3dcaf1a

Please sign in to comment.