Skip to content

Commit b867bab

Browse files
committed
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent 0841b21 commit b867bab

2 files changed

Lines changed: 26 additions & 26 deletions

File tree

.github/workflows/ci.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
os: [ubuntu-22.04]
31-
scala: [2.12, 2.13, 3]
31+
scala: [2.13.18, 2.13.17, 3.3.7]
3232
java: [temurin@8]
3333
project: [rootJS, rootJVM]
3434
runs-on: ${{ matrix.os }}
@@ -136,62 +136,62 @@ jobs:
136136
if: matrix.java == 'temurin@8' && steps.setup-java-temurin-8.outputs.cache-hit == 'false'
137137
run: sbt +update
138138

139-
- name: Download target directories (2.12, rootJS)
139+
- name: Download target directories (2.13.18, rootJS)
140140
uses: actions/download-artifact@v6
141141
with:
142-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootJS
142+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.18-rootJS
143143

144-
- name: Inflate target directories (2.12, rootJS)
144+
- name: Inflate target directories (2.13.18, rootJS)
145145
run: |
146146
tar xf targets.tar
147147
rm targets.tar
148148
149-
- name: Download target directories (2.12, rootJVM)
149+
- name: Download target directories (2.13.18, rootJVM)
150150
uses: actions/download-artifact@v6
151151
with:
152-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootJVM
152+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.18-rootJVM
153153

154-
- name: Inflate target directories (2.12, rootJVM)
154+
- name: Inflate target directories (2.13.18, rootJVM)
155155
run: |
156156
tar xf targets.tar
157157
rm targets.tar
158158
159-
- name: Download target directories (2.13, rootJS)
159+
- name: Download target directories (2.13.17, rootJS)
160160
uses: actions/download-artifact@v6
161161
with:
162-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJS
162+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.17-rootJS
163163

164-
- name: Inflate target directories (2.13, rootJS)
164+
- name: Inflate target directories (2.13.17, rootJS)
165165
run: |
166166
tar xf targets.tar
167167
rm targets.tar
168168
169-
- name: Download target directories (2.13, rootJVM)
169+
- name: Download target directories (2.13.17, rootJVM)
170170
uses: actions/download-artifact@v6
171171
with:
172-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJVM
172+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.17-rootJVM
173173

174-
- name: Inflate target directories (2.13, rootJVM)
174+
- name: Inflate target directories (2.13.17, rootJVM)
175175
run: |
176176
tar xf targets.tar
177177
rm targets.tar
178178
179-
- name: Download target directories (3, rootJS)
179+
- name: Download target directories (3.3.7, rootJS)
180180
uses: actions/download-artifact@v6
181181
with:
182-
name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootJS
182+
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.7-rootJS
183183

184-
- name: Inflate target directories (3, rootJS)
184+
- name: Inflate target directories (3.3.7, rootJS)
185185
run: |
186186
tar xf targets.tar
187187
rm targets.tar
188188
189-
- name: Download target directories (3, rootJVM)
189+
- name: Download target directories (3.3.7, rootJVM)
190190
uses: actions/download-artifact@v6
191191
with:
192-
name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootJVM
192+
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.7-rootJVM
193193

194-
- name: Inflate target directories (3, rootJVM)
194+
- name: Inflate target directories (3.3.7, rootJVM)
195195
run: |
196196
tar xf targets.tar
197197
rm targets.tar
@@ -253,7 +253,7 @@ jobs:
253253
- name: Submit Dependencies
254254
uses: scalacenter/sbt-dependency-submission@v2
255255
with:
256-
modules-ignore: rootjs_2.12 rootjs_2.13 rootjs_3 rootjvm_2.12 rootjvm_2.13 rootjvm_3 rootnative_2.12 rootnative_2.13 rootnative_3 readme_2.12 readme_2.13
256+
modules-ignore: rootjs_2.13 rootjs_2.13 rootjs_3 rootjvm_2.13 rootjvm_2.13 rootjvm_3 rootnative_2.13 rootnative_2.13 rootnative_3 readme_2.13 readme_2.13
257257
configs-ignore: test scala-tool scala-doc-tool test-internal
258258

259259
validate-steward:

.mergify.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ pull_request_rules:
2121
- or:
2222
- author=scala-steward
2323
- author=scala-steward[bot]
24-
- status-success=Test (ubuntu-22.04, 2.12, temurin@8, rootJS)
25-
- status-success=Test (ubuntu-22.04, 2.12, temurin@8, rootJVM)
26-
- status-success=Test (ubuntu-22.04, 2.13, temurin@8, rootJS)
27-
- status-success=Test (ubuntu-22.04, 2.13, temurin@8, rootJVM)
28-
- status-success=Test (ubuntu-22.04, 3, temurin@8, rootJS)
29-
- status-success=Test (ubuntu-22.04, 3, temurin@8, rootJVM)
24+
- status-success=Test (ubuntu-22.04, 2.13.18, temurin@8, rootJS)
25+
- status-success=Test (ubuntu-22.04, 2.13.18, temurin@8, rootJVM)
26+
- status-success=Test (ubuntu-22.04, 2.13.17, temurin@8, rootJS)
27+
- status-success=Test (ubuntu-22.04, 2.13.17, temurin@8, rootJVM)
28+
- status-success=Test (ubuntu-22.04, 3.3.7, temurin@8, rootJS)
29+
- status-success=Test (ubuntu-22.04, 3.3.7, temurin@8, rootJVM)
3030
actions:
3131
merge:
3232
method: merge

0 commit comments

Comments
 (0)