Skip to content

Commit

Permalink
Update Github CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cfernandez7 committed Nov 27, 2022
1 parent 11bc2a7 commit 82008ff
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 @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.17, 2.13.8, 3.2.0]
scala: [2.12.17, 2.13.8, 3.2.1]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
run: sbt ++${{ matrix.scala }} test

- name: Coverage Coveralls
if: ${{ matrix.scala != '3.1.2' }}
if: ${{ matrix.scala != '3.2.1' }}
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_FLAG_NAME: Scala ${{ matrix.scala }}
Expand Down

0 comments on commit 82008ff

Please sign in to comment.