Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
regadas committed Jul 1, 2023
1 parent 39a04b7 commit 58092cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- 17
scala:
- 2.11.12
- 2.12.17
- 2.12.18
- 2.13.10
test-coverage:
runs-on: ubuntu-latest
Expand All @@ -42,7 +42,7 @@ jobs:
distribution: "temurin"
java-version: 17
- run: |
sbt ++2.12.17 coverage test coverageReport
sbt ++2.12.18 coverage test coverageReport
bash <(curl -s https://codecov.io/bash)
mimaReport:
runs-on: ubuntu-latest
Expand All @@ -62,7 +62,7 @@ jobs:
- 17
scala:
- 2.11.12
- 2.12.17
- 2.12.18
- 2.13.10
microsite:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 58092cc

Please sign in to comment.