Skip to content

Commit

Permalink
Widen test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Feb 4, 2024
1 parent b07d278 commit 2010482
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,21 @@ on:

jobs:
test:
name: 'JReleaser ${{ matrix.tag }}, Java ${{ matrix.java }}, ${{ matrix.os }}'
name: 'Java ${{ matrix.java }} on ${{ runner.os }}-${{ runner.arch }}'
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
java: [ 11 ]
tag: [ early-access ]
os: [ ubuntu-latest, macos-latest, macos-14, windows-latest ]
java: [ 11, 17, 21 ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4

- uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: 'zulu'
distribution: zulu

- uses: ./
with:
arguments: --version
arguments: --version

0 comments on commit 2010482

Please sign in to comment.