Skip to content

Commit b3c589b

Browse files
committed
Revert "MatrixExclude(Map("scala" -> scala3))"
This reverts commit 5cba4eb.
1 parent 1830f65 commit b3c589b

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,11 @@ jobs:
2424
os: [ubuntu-latest]
2525
scala: [2.12.17, 2.13.14, 3.3.3]
2626
java: [corretto@11]
27-
exclude:
28-
- scala: 3.3.3
2927
runs-on: ${{ matrix.os }}
3028
steps:
3129
- uses: pierotofy/set-swap-space@master
3230
with:
33-
swap-size-gb: 7
31+
swap-size-gb: 5
3432

3533
- name: Checkout current branch (full)
3634
uses: actions/checkout@v4
@@ -73,7 +71,7 @@ jobs:
7371
steps:
7472
- uses: pierotofy/set-swap-space@master
7573
with:
76-
swap-size-gb: 7
74+
swap-size-gb: 5
7775

7876
- name: Checkout current branch (full)
7977
uses: actions/checkout@v4

build.sbt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ThisBuild / githubWorkflowGeneratedCI ~= {
88
wj.copy(
99
steps = WorkflowStep.Use(
1010
ref = UseRef.Public("pierotofy", "set-swap-space", "master"),
11-
params = Map("swap-size-gb" -> "7")
11+
params = Map("swap-size-gb" -> "5")
1212
) +: wj.steps
1313
)
1414
)
@@ -19,10 +19,6 @@ ThisBuild / githubWorkflowJavaVersions := Seq(javaDistro)
1919

2020
ThisBuild / githubWorkflowSbtCommand := "./sbt"
2121

22-
ThisBuild / githubWorkflowBuildMatrixExclusions ++= Seq(
23-
MatrixExclude(Map("scala" -> scala3)) // TODO
24-
)
25-
2622
val tzdbVersion = "2019c"
2723
val scalajavaLocalesVersion = "1.5.4"
2824
Global / onChangedBuildSource := ReloadOnSourceChanges

0 commit comments

Comments
 (0)