Skip to content

Commit

Permalink
add scala 3.3.3 and 3.4.0 to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
winitzki committed Mar 18, 2024
1 parent 25362d4 commit 75f354f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
java:
- '17.0.9'
scala:
- '2.13.11'
- '2.13.13'
- '3.3.3'
- '3.4.0'
checks:
name: Check formatting
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion github-scala-build-and-test.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let matrix =
-- "8.0.382",
-- "11.0.21",
"17.0.9",
], scala = [ "2.13.11" ] }
], scala = [ "2.13.13", "3.3.3", "3.4.0", ] }

let setup =
[ GithubActions.steps.actions/checkout // { `with` = Some (toMap { submodules = "true" }) }
Expand Down

0 comments on commit 75f354f

Please sign in to comment.