Skip to content

Commit

Permalink
Try JDK 17.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Nov 25, 2024
1 parent e562c01 commit 0a1a8d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [8, 11, 17, 18]
java: [8, 11, "17.0.13", 18]
distribution: [temurin]
include:
- java: 17
- java: ["17.0.13"]
distribution: zulu
- java: 17
- java: ["17.0.13"]
distribution: microsoft

outputs:
report-java: 17
report-java: "17.0.13"
report-dist: temurin

steps:
Expand Down

0 comments on commit 0a1a8d3

Please sign in to comment.