Skip to content

Commit 30951db

Browse files
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent 8e2a6ff commit 30951db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
matrix:
2828
os: [ubuntu-latest]
29-
scala: [2.12.20, 2.13.16, 3.3.6]
29+
scala: [2.12.20, 2.13.16, 3.3.7]
3030
java:
3131
- graal_graalvm@17
3232
- graal_graalvm@21
@@ -192,12 +192,12 @@ jobs:
192192
tar xf targets.tar
193193
rm targets.tar
194194
195-
- name: Download target directories (3.3.6)
195+
- name: Download target directories (3.3.7)
196196
uses: actions/download-artifact@v5
197197
with:
198-
name: target-${{ matrix.os }}-3.3.6-${{ matrix.java }}
198+
name: target-${{ matrix.os }}-3.3.7-${{ matrix.java }}
199199

200-
- name: Inflate target directories (3.3.6)
200+
- name: Inflate target directories (3.3.7)
201201
run: |
202202
tar xf targets.tar
203203
rm targets.tar

0 commit comments

Comments
 (0)