Skip to content

Commit

Permalink
Test that JDK 17.0.10 works on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Feb 19, 2024
1 parent 3396d08 commit 5fe6df1
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [8, 11, 17, 18]
distribution: [temurin]
include:
- java: 17
distribution: zulu
- java: 17
distribution: microsoft
java: ["17.0.10"]
distribution: [temurin, zulu, microsoft]

outputs:
report-java: 17
Expand All @@ -38,7 +33,7 @@ jobs:
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 17
java-version: "17.0.10"
distribution: ${{ matrix.distribution }}

- name: Compile libraries and tests
Expand Down

0 comments on commit 5fe6df1

Please sign in to comment.