Skip to content

Commit

Permalink
Fix CI (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
takezoe authored Oct 13, 2024
1 parent 7ef7fdf commit 0a93646
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [11, 17]
Scala: ['2.12.19', '2.13.14', '3.3.3']
java: [17, 21]
scala: ['2.12.20', '2.13.14', '3.3.3']
steps:
- uses: actions/checkout@v4
- name: Set up JDK
Expand All @@ -22,5 +22,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 0a93646

Please sign in to comment.