Skip to content

Commit

Permalink
Update scala in CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
geirolz committed May 3, 2024
1 parent 04abf9c commit d4fd1e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
- scala: 2.13.12
name: Scala2_13
test-tasks: coverage test coverageReport gen-doc
- scala: 3.3.1
- scala: 3.3.3
name: Scala3_3
test-tasks: coverage test coverageReport gen-doc
test-tasks: coverage test coverageReport

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

0 comments on commit d4fd1e3

Please sign in to comment.