|
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@8] |
33 | 33 | project: [rootJVM] |
34 | 34 | runs-on: ${{ matrix.os }} |
@@ -119,32 +119,32 @@ jobs: |
119 | 119 | if: matrix.java == 'temurin@8' && steps.setup-java-temurin-8.outputs.cache-hit == 'false' |
120 | 120 | run: sbt +update |
121 | 121 |
|
122 | | - - name: Download target directories (2.12, rootJVM) |
| 122 | + - name: Download target directories (2.12.21, rootJVM) |
123 | 123 | uses: actions/download-artifact@v6 |
124 | 124 | with: |
125 | | - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootJVM |
| 125 | + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.21-rootJVM |
126 | 126 |
|
127 | | - - name: Inflate target directories (2.12, rootJVM) |
| 127 | + - name: Inflate target directories (2.12.21, rootJVM) |
128 | 128 | run: | |
129 | 129 | tar xf targets.tar |
130 | 130 | rm targets.tar |
131 | 131 |
|
132 | | - - name: Download target directories (2.13, rootJVM) |
| 132 | + - name: Download target directories (3.8.1, rootJVM) |
133 | 133 | uses: actions/download-artifact@v6 |
134 | 134 | with: |
135 | | - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJVM |
| 135 | + name: target-${{ matrix.os }}-${{ matrix.java }}-3.8.1-rootJVM |
136 | 136 |
|
137 | | - - name: Inflate target directories (2.13, rootJVM) |
| 137 | + - name: Inflate target directories (3.8.1, rootJVM) |
138 | 138 | run: | |
139 | 139 | tar xf targets.tar |
140 | 140 | rm targets.tar |
141 | 141 |
|
142 | | - - name: Download target directories (3, rootJVM) |
| 142 | + - name: Download target directories (3.3.7, rootJVM) |
143 | 143 | uses: actions/download-artifact@v6 |
144 | 144 | with: |
145 | | - name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootJVM |
| 145 | + name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.7-rootJVM |
146 | 146 |
|
147 | | - - name: Inflate target directories (3, rootJVM) |
| 147 | + - name: Inflate target directories (3.3.7, rootJVM) |
148 | 148 | run: | |
149 | 149 | tar xf targets.tar |
150 | 150 | rm targets.tar |
@@ -206,5 +206,5 @@ jobs: |
206 | 206 | - name: Submit Dependencies |
207 | 207 | uses: scalacenter/sbt-dependency-submission@v2 |
208 | 208 | 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 |
210 | 210 | configs-ignore: test scala-tool scala-doc-tool test-internal |
0 commit comments