Skip to content

Commit

Permalink
flag syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru committed Jul 5, 2024
1 parent 4763205 commit 0df23fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ jobs:
fail-fast: false
matrix:
include:
- { name: "Test (Scala 2.13, JDK 11)", scalaVersion: '2.13', java-version: 'temurin:1.11', sbt-opts: '-J-XX:+UnlockExperimentalVMOptions -XX:-UseJVMCICompiler' }
- { name: "Test (Scala 2.13, JDK 21)", scalaVersion: '2.13', java-version: 'temurin:1.21', sbt-opts: '' }
- { name: "Test (Scala 2.13, JDK 11)", scala-version: '2.13', java-version: 'temurin:1.11', sbt-opts: '-J-XX:+UnlockExperimentalVMOptions -J-XX:+UseJVMCICompiler' }
- { name: "Test (Scala 2.13, JDK 21)", scala-version: '2.13', java-version: 'temurin:1.21', sbt-opts: '' }
- { name: "Test (Scala 3.3, JDK 21)", scalaVersion: '3.3', java-version: 'temurin:1.21', sbt-opts: '' }
steps:
- name: Checkout
Expand Down

0 comments on commit 0df23fa

Please sign in to comment.