Skip to content

Commit

Permalink
Set distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Aug 30, 2022
1 parent 11f4332 commit c1e6091
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
distribution: ['zulu']
os: [ubuntu-latest, windows-latest, macos-latest]
version: [ 8, 9, 10, 11, 12, 13, 14, 15 ]
steps:
Expand All @@ -14,5 +15,6 @@ jobs:
submodules: true
- uses: actions/setup-java@v3
with:
distribution: ${{ matrix.distribution }}
java-version: ${{ matrix.version }}
- run: mvn test -B

0 comments on commit c1e6091

Please sign in to comment.