|
28 | 28 | strategy: |
29 | 29 | matrix: |
30 | 30 | os: [ubuntu-22.04] |
31 | | - scala: [2.12, 2.13, 3] |
| 31 | + scala: [2.12.21, 3.8.1, 3.3.7] |
32 | 32 | java: [temurin@17] |
33 | 33 | project: [rootJS, rootJVM, rootNative] |
34 | 34 | runs-on: ${{ matrix.os }} |
@@ -127,92 +127,92 @@ jobs: |
127 | 127 | if: matrix.java == 'temurin@17' && steps.setup-java-temurin-17.outputs.cache-hit == 'false' |
128 | 128 | run: sbt +update |
129 | 129 |
|
130 | | - - name: Download target directories (2.12, rootJS) |
| 130 | + - name: Download target directories (2.12.21, rootJS) |
131 | 131 | uses: actions/download-artifact@v6 |
132 | 132 | with: |
133 | | - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootJS |
| 133 | + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.21-rootJS |
134 | 134 |
|
135 | | - - name: Inflate target directories (2.12, rootJS) |
| 135 | + - name: Inflate target directories (2.12.21, rootJS) |
136 | 136 | run: | |
137 | 137 | tar xf targets.tar |
138 | 138 | rm targets.tar |
139 | 139 |
|
140 | | - - name: Download target directories (2.12, rootJVM) |
| 140 | + - name: Download target directories (2.12.21, rootJVM) |
141 | 141 | uses: actions/download-artifact@v6 |
142 | 142 | with: |
143 | | - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootJVM |
| 143 | + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.21-rootJVM |
144 | 144 |
|
145 | | - - name: Inflate target directories (2.12, rootJVM) |
| 145 | + - name: Inflate target directories (2.12.21, rootJVM) |
146 | 146 | run: | |
147 | 147 | tar xf targets.tar |
148 | 148 | rm targets.tar |
149 | 149 |
|
150 | | - - name: Download target directories (2.12, rootNative) |
| 150 | + - name: Download target directories (2.12.21, rootNative) |
151 | 151 | uses: actions/download-artifact@v6 |
152 | 152 | with: |
153 | | - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootNative |
| 153 | + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.21-rootNative |
154 | 154 |
|
155 | | - - name: Inflate target directories (2.12, rootNative) |
| 155 | + - name: Inflate target directories (2.12.21, rootNative) |
156 | 156 | run: | |
157 | 157 | tar xf targets.tar |
158 | 158 | rm targets.tar |
159 | 159 |
|
160 | | - - name: Download target directories (2.13, rootJS) |
| 160 | + - name: Download target directories (3.8.1, rootJS) |
161 | 161 | uses: actions/download-artifact@v6 |
162 | 162 | with: |
163 | | - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJS |
| 163 | + name: target-${{ matrix.os }}-${{ matrix.java }}-3.8.1-rootJS |
164 | 164 |
|
165 | | - - name: Inflate target directories (2.13, rootJS) |
| 165 | + - name: Inflate target directories (3.8.1, rootJS) |
166 | 166 | run: | |
167 | 167 | tar xf targets.tar |
168 | 168 | rm targets.tar |
169 | 169 |
|
170 | | - - name: Download target directories (2.13, rootJVM) |
| 170 | + - name: Download target directories (3.8.1, rootJVM) |
171 | 171 | uses: actions/download-artifact@v6 |
172 | 172 | with: |
173 | | - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJVM |
| 173 | + name: target-${{ matrix.os }}-${{ matrix.java }}-3.8.1-rootJVM |
174 | 174 |
|
175 | | - - name: Inflate target directories (2.13, rootJVM) |
| 175 | + - name: Inflate target directories (3.8.1, rootJVM) |
176 | 176 | run: | |
177 | 177 | tar xf targets.tar |
178 | 178 | rm targets.tar |
179 | 179 |
|
180 | | - - name: Download target directories (2.13, rootNative) |
| 180 | + - name: Download target directories (3.8.1, rootNative) |
181 | 181 | uses: actions/download-artifact@v6 |
182 | 182 | with: |
183 | | - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootNative |
| 183 | + name: target-${{ matrix.os }}-${{ matrix.java }}-3.8.1-rootNative |
184 | 184 |
|
185 | | - - name: Inflate target directories (2.13, rootNative) |
| 185 | + - name: Inflate target directories (3.8.1, rootNative) |
186 | 186 | run: | |
187 | 187 | tar xf targets.tar |
188 | 188 | rm targets.tar |
189 | 189 |
|
190 | | - - name: Download target directories (3, rootJS) |
| 190 | + - name: Download target directories (3.3.7, rootJS) |
191 | 191 | uses: actions/download-artifact@v6 |
192 | 192 | with: |
193 | | - name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootJS |
| 193 | + name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.7-rootJS |
194 | 194 |
|
195 | | - - name: Inflate target directories (3, rootJS) |
| 195 | + - name: Inflate target directories (3.3.7, rootJS) |
196 | 196 | run: | |
197 | 197 | tar xf targets.tar |
198 | 198 | rm targets.tar |
199 | 199 |
|
200 | | - - name: Download target directories (3, rootJVM) |
| 200 | + - name: Download target directories (3.3.7, rootJVM) |
201 | 201 | uses: actions/download-artifact@v6 |
202 | 202 | with: |
203 | | - name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootJVM |
| 203 | + name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.7-rootJVM |
204 | 204 |
|
205 | | - - name: Inflate target directories (3, rootJVM) |
| 205 | + - name: Inflate target directories (3.3.7, rootJVM) |
206 | 206 | run: | |
207 | 207 | tar xf targets.tar |
208 | 208 | rm targets.tar |
209 | 209 |
|
210 | | - - name: Download target directories (3, rootNative) |
| 210 | + - name: Download target directories (3.3.7, rootNative) |
211 | 211 | uses: actions/download-artifact@v6 |
212 | 212 | with: |
213 | | - name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootNative |
| 213 | + name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.7-rootNative |
214 | 214 |
|
215 | | - - name: Inflate target directories (3, rootNative) |
| 215 | + - name: Inflate target directories (3.3.7, rootNative) |
216 | 216 | run: | |
217 | 217 | tar xf targets.tar |
218 | 218 | rm targets.tar |
@@ -274,5 +274,5 @@ jobs: |
274 | 274 | - name: Submit Dependencies |
275 | 275 | uses: scalacenter/sbt-dependency-submission@v2 |
276 | 276 | with: |
277 | | - modules-ignore: natchez-http4s-examples_2.12 natchez-http4s-examples_2.13 natchez-http4s-examples_3 rootjs_2.12 rootjs_2.13 rootjs_3 docs_2.12 docs_2.13 docs_3 rootjvm_2.12 rootjvm_2.13 rootjvm_3 rootnative_2.12 rootnative_2.13 rootnative_3 |
| 277 | + modules-ignore: natchez-http4s-examples_2.12 natchez-http4s-examples_3 natchez-http4s-examples_3 rootjs_2.12 rootjs_3 rootjs_3 docs_2.12 docs_3 docs_3 rootjvm_2.12 rootjvm_3 rootjvm_3 rootnative_2.12 rootnative_3 rootnative_3 |
278 | 278 | configs-ignore: test scala-tool scala-doc-tool test-internal |
0 commit comments