Skip to content

Commit

Permalink
Fixed build trial, 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Rojods committed Nov 23, 2023
1 parent cca4e55 commit 0c2c92d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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: ["adoptium:1.17", "corretto:17.0.9.8.1", "zulu:17.0.9"]
jdk: [17, 19]
fail-fast: false
runs-on: ubuntu-latest
steps:
Expand All @@ -27,7 +27,7 @@ jobs:
cd ${{ github.workspace }}
curl -fL "https://github.com/coursier/launchers/raw/master/cs-x86_64-pc-linux-static.gz" | gzip -d > cs
chmod +x ./cs
./cs setup --jvm "${{ matrix.jdk }}" --yes
./cs setup --jvm ${{ matrix.jdk }} --yes
sbt publishModules
test-java-build-on-linux:
strategy:
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
test-scala-build-on-windows:
strategy:
matrix:
jdk: ["adoptium:1.17", "corretto:17.0.9.8.1", "zulu:17.0.9"]
jdk: [temurin@17, amazon-corretto@17, zulu@17, microsoft@17]
fail-fast: false
runs-on: windows-latest
steps:
Expand Down

0 comments on commit 0c2c92d

Please sign in to comment.