Skip to content

Commit

Permalink
Disable Scala 2 in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gbastkowski committed Jun 24, 2024
1 parent 9b99dff commit bd27109
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,13 @@ jobs:
cache: sbt

- name: Check that workflows are up to date
run: sbt '++ ${{ matrix.scala }}' githubWorkflowCheck
run: sbt githubWorkflowCheck

- name: Build project
run: sbt '++ ${{ matrix.scala }}' test
run: sbt test

- name: Compile Documentation
if: matrix.scala == '2.13.11'
run: sbt '++ ${{ matrix.scala }}' site/mdoc
run: sbt site/mdoc

- name: Compress target directories
run: tar cf targets.tar target rules/syntax/target rules/target core/target project/target
Expand Down

0 comments on commit bd27109

Please sign in to comment.