Skip to content

Commit

Permalink
Suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 committed Oct 22, 2022
1 parent 3f62b5f commit ea50ded
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@ jobs:
strategy:
matrix:
os: [ ubuntu-22.04 ]
experimental: [ false ]
jdk: [ 11.0.16, 16.0.2, 17.0.4, 18.0.2, 19 ]
jdk: [ 11.0.16, 17.0.4.1, 19 ]
distribution: [ temurin ]
experimental: [ false ]
include:
- os: ubuntu-22.04
experimental: true
jdk: 20-ea
distribution: zulu
- os: macos-latest
- os: macos-12
jdk: 17.0.4.1
distribution: temurin
experimental: false
jdk: 19
distribution: zulu
- os: windows-latest
- os: windows-2022
jdk: 17.0.4.1
distribution: temurin
experimental: false
jdk: 19
- os: ubuntu-22.04
jdk: 20-ea
distribution: zulu
experimental: true
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
steps:
Expand Down

0 comments on commit ea50ded

Please sign in to comment.