Skip to content

Commit

Permalink
Update matrix.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shegox authored Mar 27, 2024
1 parent 8f21d24 commit 09e6062
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@ jobs:
java-package: [jdk, jre]
version: [21, 23-ea, 21.0.2+2-ea, 17, 13.0.1, 13]
os: [ubuntu-latest, macos-latest, windows-latest]
container: ['', alpine:latest]
container: ['', "alpine:latest"]
exclude:
- os: macos-latest
container: "alpine:latest"
- os: windows-latest
container: "alpine:latest"
runs-on: ${{ matrix.os }}
# This workflow contains a single job called "build"
container:
Expand Down

0 comments on commit 09e6062

Please sign in to comment.