Skip to content

Commit 3522159

Browse files
authored
Merge pull request #3510 from scala-steward/update/sbt-typelevel-mergify-0.7.5
2 parents 128150b + 36551c8 commit 3522159

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,23 @@ concurrency:
2424

2525
jobs:
2626
build:
27-
name: Build and Test
27+
name: Test
2828
strategy:
2929
matrix:
30-
os: [ubuntu-latest]
30+
os: [ubuntu-22.04]
3131
scala: [2.13]
3232
java: [temurin@21, temurin@17, temurin@11]
3333
runs-on: ${{ matrix.os }}
3434
timeout-minutes: 60
3535
steps:
36-
- name: Install sbt
37-
uses: sbt/setup-sbt@v1
38-
3936
- name: Checkout current branch (full)
4037
uses: actions/checkout@v4
4138
with:
4239
fetch-depth: 0
4340

41+
- name: Setup sbt
42+
uses: sbt/setup-sbt@v1
43+
4444
- name: Setup Java (temurin@21)
4545
id: setup-java-temurin-21
4646
if: matrix.java == 'temurin@21'
@@ -116,18 +116,18 @@ jobs:
116116
if: github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
117117
strategy:
118118
matrix:
119-
os: [ubuntu-latest]
119+
os: [ubuntu-22.04]
120120
java: [temurin@21]
121121
runs-on: ${{ matrix.os }}
122122
steps:
123-
- name: Install sbt
124-
uses: sbt/setup-sbt@v1
125-
126123
- name: Checkout current branch (full)
127124
uses: actions/checkout@v4
128125
with:
129126
fetch-depth: 0
130127

128+
- name: Setup sbt
129+
uses: sbt/setup-sbt@v1
130+
131131
- name: Setup Java (temurin@21)
132132
id: setup-java-temurin-21
133133
if: matrix.java == 'temurin@21'

.mergify.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ pull_request_rules:
2121
- or:
2222
- author=scala-steward
2323
- author=scala-steward-dev
24-
- status-success=Build and Test (ubuntu-latest, 2.13, temurin@21)
25-
- status-success=Build and Test (ubuntu-latest, 2.13, temurin@17)
26-
- status-success=Build and Test (ubuntu-latest, 2.13, temurin@11)
24+
- status-success=Test (ubuntu-22.04, 2.13, temurin@21)
25+
- status-success=Test (ubuntu-22.04, 2.13, temurin@17)
26+
- status-success=Test (ubuntu-22.04, 2.13, temurin@11)
2727
actions:
2828
merge:
2929
method: merge

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
1111
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
1212
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.2")
1313
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2")
14-
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.7.4")
14+
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.7.5")
1515

1616
ThisBuild / evictionErrorLevel := Level.Info

0 commit comments

Comments
 (0)