Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mschuwalow committed Oct 9, 2024
1 parent e9a8ee1 commit 2fc22fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
fail-fast: false
matrix:
java: ['11']
scala: ['2.12.20', '2.13.15', '3.4.1']
scala: ['2.12.20', '2.13.15', '3.3.4']
steps:
- name: Checkout current branch
uses: actions/[email protected]
Expand All @@ -62,8 +62,8 @@ jobs:
strategy:
fail-fast: false
matrix:
java: ['11', '17']
scala: ['2.12.20', '2.13.15', '3.4.1']
java: ['11', '17', '21']
scala: ['2.12.20', '2.13.15', '3.3.4']
steps:
- name: Checkout current branch
uses: actions/[email protected]
Expand Down
1 change: 0 additions & 1 deletion project/BuildHelper.scala
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ object BuildHelper {
semanticdbEnabled := scalaVersion.value == defaultScalaVersion,
semanticdbOptions ++= (if (scalaVersion.value != Scala3) List("-P:semanticdb:synthetics:on") else Nil),
semanticdbVersion := scalafixSemanticdb.revision,
ThisBuild / scalafixScalaBinaryVersion := CrossVersion.binaryScalaVersion(scalaVersion.value),
Compile / fork := true,
Test / fork := true,
Test / parallelExecution := true,
Expand Down

0 comments on commit 2fc22fd

Please sign in to comment.