Skip to content

Commit

Permalink
Fixed build trial, 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Rojods committed Nov 23, 2023
1 parent a1521c3 commit 2f3e608
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
test-scala-build-on-linux:
strategy:
matrix:
jdk: ["adopt:17", "corretto:17", "zulu:17"]
jdk: ["adoptium:1.17", "corretto:17.0.9.8.1", "zulu:17.0.9"]
fail-fast: false
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
test-scala-build-on-windows:
strategy:
matrix:
jdk: [temurin@17, amazon-corretto@17, zulu@17, microsoft@17]
jdk: ["adoptium:1.17", "corretto:17.0.9.8.1", "zulu:17.0.9"]
fail-fast: false
runs-on: windows-latest
steps:
Expand Down

0 comments on commit 2f3e608

Please sign in to comment.