Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
takezoe committed Oct 13, 2024
1 parent 7ef7fdf commit 0d9110f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ jobs:
strategy:
matrix:
java: [11, 17]
Scala: ['2.12.19', '2.13.14', '3.3.3']
scala: ['2.12.19', '2.13.14', '3.3.3']
exclude:
- java: 11
scala: 3.3.3
steps:
- uses: actions/checkout@v4
- name: Set up JDK
Expand All @@ -22,5 +25,5 @@ jobs:
java-version: ${{ matrix.java }}
- name: Run tests
env:
SCALA_VERSION: ${{ matrix.Scala }}
SCALA_VERSION: ${{ matrix.scala }}
run: sbt ";set Test / g8 / g8Properties ~= { _ + (\"scala_version\" -> \"$SCALA_VERSION\")}; g8Test"

0 comments on commit 0d9110f

Please sign in to comment.