Skip to content

Commit

Permalink
Merge pull request #235 from kevin-lee/update-codecov-config
Browse files Browse the repository at this point in the history
Update GitHub Actions: codecov config
  • Loading branch information
kevin-lee authored Aug 27, 2024
2 parents 4bf44a0 + fd464e1 commit 1d35c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
scala:
- { name: "Scala 3.3", version: "3.3.1", binary-version: "3", java-version: "17", java-distribution: "temurin", report: "report" }
- { name: "Scala 2.13", version: "2.13.11", binary-version: "2.13", java-version: "17", java-distribution: "liberica", report: "report" }

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1d35c71

Please sign in to comment.