Skip to content

Commit

Permalink
Try out Temurin
Browse files Browse the repository at this point in the history
  • Loading branch information
MateuszKubuszok committed Dec 20, 2022
1 parent 7e33bc3 commit 4fc6cbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
jvm: ['graalvm-java17:22.3.0']
jvm: ['temurin-jre:1.19.0.1']
scalaVersion: ["", 3]
scalaPlatform: ["", JS, Native]
fail-fast: false
Expand All @@ -29,6 +29,6 @@ jobs:
with:
jvm: ${{ matrix.jvm }}
- name: Clean, Check code formatting, compile, test
run: sbt clean scalafmtCheck test:scalafmtCheck pipez$SUFFIX/Test/compile pipezDsl$SUFFIX/Test/compile pipez$SUFFIX/test pipezDsl$SUFFIX/test
run: sbt clean scalafmtCheck Test/scalafmtCheck pipez$SUFFIX/Test/compile pipezDsl$SUFFIX/Test/compile pipez$SUFFIX/test pipezDsl$SUFFIX/test
- name: TOC Generator
uses: technote-space/[email protected]

0 comments on commit 4fc6cbc

Please sign in to comment.