Skip to content

Commit af60dbe

Browse files
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent 4a243b5 commit af60dbe

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 11 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.12.21, 3.8.1, 3.3.7]
3232
java: [temurin@8]
3333
project: [rootJVM]
3434
runs-on: ${{ matrix.os }}
@@ -119,32 +119,32 @@ jobs:
119119
if: matrix.java == 'temurin@8' && steps.setup-java-temurin-8.outputs.cache-hit == 'false'
120120
run: sbt +update
121121

122-
- name: Download target directories (2.12, rootJVM)
122+
- name: Download target directories (2.12.21, rootJVM)
123123
uses: actions/download-artifact@v6
124124
with:
125-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootJVM
125+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.21-rootJVM
126126

127-
- name: Inflate target directories (2.12, rootJVM)
127+
- name: Inflate target directories (2.12.21, rootJVM)
128128
run: |
129129
tar xf targets.tar
130130
rm targets.tar
131131
132-
- name: Download target directories (2.13, rootJVM)
132+
- name: Download target directories (3.8.1, rootJVM)
133133
uses: actions/download-artifact@v6
134134
with:
135-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJVM
135+
name: target-${{ matrix.os }}-${{ matrix.java }}-3.8.1-rootJVM
136136

137-
- name: Inflate target directories (2.13, rootJVM)
137+
- name: Inflate target directories (3.8.1, rootJVM)
138138
run: |
139139
tar xf targets.tar
140140
rm targets.tar
141141
142-
- name: Download target directories (3, rootJVM)
142+
- name: Download target directories (3.3.7, rootJVM)
143143
uses: actions/download-artifact@v6
144144
with:
145-
name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootJVM
145+
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.7-rootJVM
146146

147-
- name: Inflate target directories (3, rootJVM)
147+
- name: Inflate target directories (3.3.7, rootJVM)
148148
run: |
149149
tar xf targets.tar
150150
rm targets.tar
@@ -206,5 +206,5 @@ jobs:
206206
- name: Submit Dependencies
207207
uses: scalacenter/sbt-dependency-submission@v2
208208
with:
209-
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
209+
modules-ignore: rootjs_2.12 rootjs_3 rootjs_3 rootjvm_2.12 rootjvm_3 rootjvm_3 rootnative_2.12 rootnative_3 rootnative_3
210210
configs-ignore: test scala-tool scala-doc-tool test-internal

0 commit comments

Comments
 (0)