|
28 | 28 | strategy: |
29 | 29 | matrix: |
30 | 30 | os: [ubuntu-22.04] |
31 | | - scala: [2.12, 2.13, 3] |
| 31 | + scala: [2.13.18, 2.13.17, 3.3.7] |
32 | 32 | java: [temurin@8] |
33 | 33 | project: [rootJS, rootJVM] |
34 | 34 | runs-on: ${{ matrix.os }} |
@@ -136,62 +136,62 @@ jobs: |
136 | 136 | if: matrix.java == 'temurin@8' && steps.setup-java-temurin-8.outputs.cache-hit == 'false' |
137 | 137 | run: sbt +update |
138 | 138 |
|
139 | | - - name: Download target directories (2.12, rootJS) |
| 139 | + - name: Download target directories (2.13.18, rootJS) |
140 | 140 | uses: actions/download-artifact@v6 |
141 | 141 | with: |
142 | | - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootJS |
| 142 | + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.18-rootJS |
143 | 143 |
|
144 | | - - name: Inflate target directories (2.12, rootJS) |
| 144 | + - name: Inflate target directories (2.13.18, rootJS) |
145 | 145 | run: | |
146 | 146 | tar xf targets.tar |
147 | 147 | rm targets.tar |
148 | 148 |
|
149 | | - - name: Download target directories (2.12, rootJVM) |
| 149 | + - name: Download target directories (2.13.18, rootJVM) |
150 | 150 | uses: actions/download-artifact@v6 |
151 | 151 | with: |
152 | | - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootJVM |
| 152 | + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.18-rootJVM |
153 | 153 |
|
154 | | - - name: Inflate target directories (2.12, rootJVM) |
| 154 | + - name: Inflate target directories (2.13.18, rootJVM) |
155 | 155 | run: | |
156 | 156 | tar xf targets.tar |
157 | 157 | rm targets.tar |
158 | 158 |
|
159 | | - - name: Download target directories (2.13, rootJS) |
| 159 | + - name: Download target directories (2.13.17, rootJS) |
160 | 160 | uses: actions/download-artifact@v6 |
161 | 161 | with: |
162 | | - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJS |
| 162 | + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.17-rootJS |
163 | 163 |
|
164 | | - - name: Inflate target directories (2.13, rootJS) |
| 164 | + - name: Inflate target directories (2.13.17, rootJS) |
165 | 165 | run: | |
166 | 166 | tar xf targets.tar |
167 | 167 | rm targets.tar |
168 | 168 |
|
169 | | - - name: Download target directories (2.13, rootJVM) |
| 169 | + - name: Download target directories (2.13.17, rootJVM) |
170 | 170 | uses: actions/download-artifact@v6 |
171 | 171 | with: |
172 | | - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJVM |
| 172 | + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.17-rootJVM |
173 | 173 |
|
174 | | - - name: Inflate target directories (2.13, rootJVM) |
| 174 | + - name: Inflate target directories (2.13.17, rootJVM) |
175 | 175 | run: | |
176 | 176 | tar xf targets.tar |
177 | 177 | rm targets.tar |
178 | 178 |
|
179 | | - - name: Download target directories (3, rootJS) |
| 179 | + - name: Download target directories (3.3.7, rootJS) |
180 | 180 | uses: actions/download-artifact@v6 |
181 | 181 | with: |
182 | | - name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootJS |
| 182 | + name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.7-rootJS |
183 | 183 |
|
184 | | - - name: Inflate target directories (3, rootJS) |
| 184 | + - name: Inflate target directories (3.3.7, rootJS) |
185 | 185 | run: | |
186 | 186 | tar xf targets.tar |
187 | 187 | rm targets.tar |
188 | 188 |
|
189 | | - - name: Download target directories (3, rootJVM) |
| 189 | + - name: Download target directories (3.3.7, rootJVM) |
190 | 190 | uses: actions/download-artifact@v6 |
191 | 191 | with: |
192 | | - name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootJVM |
| 192 | + name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.7-rootJVM |
193 | 193 |
|
194 | | - - name: Inflate target directories (3, rootJVM) |
| 194 | + - name: Inflate target directories (3.3.7, rootJVM) |
195 | 195 | run: | |
196 | 196 | tar xf targets.tar |
197 | 197 | rm targets.tar |
@@ -253,7 +253,7 @@ jobs: |
253 | 253 | - name: Submit Dependencies |
254 | 254 | uses: scalacenter/sbt-dependency-submission@v2 |
255 | 255 | 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 |
257 | 257 | configs-ignore: test scala-tool scala-doc-tool test-internal |
258 | 258 |
|
259 | 259 | validate-steward: |
|
0 commit comments