Skip to content

Commit

Permalink
Add scala3 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mnd999 committed Jul 14, 2023
1 parent c527b00 commit b268e1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr_and_push_verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
run: mvn -P scala-212 clean verify --file pom.xml
- name: Build for Scala 2.13 with Maven
run: mvn -P scala-213 clean verify --file pom.xml
- name: Build for Scala 3 with Maven
run: mvn -P scala-3 clean verify --file pom.xml
- name: Grammar scripts
run: |
./tools/grammar/src/main/shell/launch.sh RailRoadDiagramPages -outputDir=grammar/generated/railroad cypher.xml
Expand Down

0 comments on commit b268e1a

Please sign in to comment.