|
28 | 28 | strategy: |
29 | 29 | matrix: |
30 | 30 | os: [ubuntu-latest] |
31 | | - scala: [3.3.1, 2.12.19, 2.13.12] |
| 31 | + scala: [3.3.3, 2.12.19, 2.13.12] |
32 | 32 | java: [temurin@8] |
33 | 33 | project: [rootJS, rootJVM, rootNative] |
34 | 34 | runs-on: ${{ matrix.os }} |
@@ -150,32 +150,32 @@ jobs: |
150 | 150 | ~/Library/Caches/Coursier/v1 |
151 | 151 | key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} |
152 | 152 |
|
153 | | - - name: Download target directories (3.3.1, rootJS) |
| 153 | + - name: Download target directories (3.3.3, rootJS) |
154 | 154 | uses: actions/download-artifact@v3 |
155 | 155 | with: |
156 | | - name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.1-rootJS |
| 156 | + name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.3-rootJS |
157 | 157 |
|
158 | | - - name: Inflate target directories (3.3.1, rootJS) |
| 158 | + - name: Inflate target directories (3.3.3, rootJS) |
159 | 159 | run: | |
160 | 160 | tar xf targets.tar |
161 | 161 | rm targets.tar |
162 | 162 |
|
163 | | - - name: Download target directories (3.3.1, rootJVM) |
| 163 | + - name: Download target directories (3.3.3, rootJVM) |
164 | 164 | uses: actions/download-artifact@v3 |
165 | 165 | with: |
166 | | - name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.1-rootJVM |
| 166 | + name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.3-rootJVM |
167 | 167 |
|
168 | | - - name: Inflate target directories (3.3.1, rootJVM) |
| 168 | + - name: Inflate target directories (3.3.3, rootJVM) |
169 | 169 | run: | |
170 | 170 | tar xf targets.tar |
171 | 171 | rm targets.tar |
172 | 172 |
|
173 | | - - name: Download target directories (3.3.1, rootNative) |
| 173 | + - name: Download target directories (3.3.3, rootNative) |
174 | 174 | uses: actions/download-artifact@v3 |
175 | 175 | with: |
176 | | - name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.1-rootNative |
| 176 | + name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.3-rootNative |
177 | 177 |
|
178 | | - - name: Inflate target directories (3.3.1, rootNative) |
| 178 | + - name: Inflate target directories (3.3.3, rootNative) |
179 | 179 | run: | |
180 | 180 | tar xf targets.tar |
181 | 181 | rm targets.tar |
|
0 commit comments