Skip to content

Commit

Permalink
Fix jdk11 version in CI (#2244)
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial committed Jun 9, 2022
1 parent ba65b7e commit ea9ffe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -70,7 +70,7 @@ jobs:
- uses: actions/checkout@v2
- uses: olafurpg/setup-scala@v11
with:
java-version: zulu@1.17
java-version: zulu@1.11
- name: Scala 2.13 + JDK11 test
run: ./sbt projectJVM/test
- name: Publish Test Report
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
node-version: '16'
- name: Node.js setup
run: ./scripts/setup-scalajs.sh
- name: Scala.js tesbt
- name: Scala.js test
run: JVM_OPTS=-Xmx4g ./sbt projectJS/test
- name: Publish Test Report
uses: mikepenz/action-junit-report@v2
Expand Down

0 comments on commit ea9ffe8

Please sign in to comment.