Skip to content

Commit

Permalink
build: Test compile on Scala 3
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren committed Mar 20, 2024
1 parent 2907813 commit 652d292
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
- name: sbt & Paradox
run: sbt test docs/paradox

- name: sbt Scala 3
run: |-
sbt new file://$PWD --name=hello-world --scala_version=3.3.1 --force && pushd hello-world && sbt test

- name: Maven
run: |-
sbt new file://$PWD --name=hello-world-grpc --force && pushd hello-world-grpc && mvn test
Expand Down

0 comments on commit 652d292

Please sign in to comment.