From bd27109bb9abb62c11bded0d658a144a4d6c13df Mon Sep 17 00:00:00 2001 From: Gunnar Bastkowski Date: Mon, 24 Jun 2024 18:55:10 +0200 Subject: [PATCH] Disable Scala 2 in ci --- .github/workflows/ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca5f4f7..9975788 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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