Skip to content

Commit

Permalink
Install several JDK versions
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscodr committed Jun 8, 2023
1 parent 761fb95 commit 3af12dc
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,7 @@ jobs:
check:
strategy:
matrix:
include:
- os: macos-latest
jdk-version: 11
- os: ubuntu-latest
jdk-version: 19
- os: windows-latest
jdk-version: 11
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
timeout-minutes: 15

Expand All @@ -32,7 +26,9 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: ${{ matrix.jdk-version }}
java-version: |
11
19
- name: build
uses: gradle/gradle-build-action@v2
Expand Down

0 comments on commit 3af12dc

Please sign in to comment.