@@ -9,9 +9,9 @@ name: Continuous Integration
99
1010on :
1111 pull_request :
12- branches : ['**']
12+ branches : ['**', '!update/**', '!pr/**' ]
1313 push :
14- branches : ['**']
14+ branches : ['**', '!update/**', '!pr/**' ]
1515 tags : [v*]
1616
1717env :
2828 strategy :
2929 matrix :
3030 os : [ubuntu-latest]
31- scala : [3.1.0 , 2.12.15 , 2.13.8]
31+ scala : [3.1.3 , 2.12.16 , 2.13.8]
3232 java : [temurin@8]
3333 project : [rootJS, rootJVM]
3434 runs-on : ${{ matrix.os }}
@@ -147,42 +147,42 @@ jobs:
147147 ~/Library/Caches/Coursier/v1
148148 key : ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
149149
150- - name : Download target directories (3.1.0 , rootJS)
150+ - name : Download target directories (3.1.3 , rootJS)
151151 uses : actions/download-artifact@v2
152152 with :
153- name : target-${{ matrix.os }}-${{ matrix.java }}-3.1.0 -rootJS
153+ name : target-${{ matrix.os }}-${{ matrix.java }}-3.1.3 -rootJS
154154
155- - name : Inflate target directories (3.1.0 , rootJS)
155+ - name : Inflate target directories (3.1.3 , rootJS)
156156 run : |
157157 tar xf targets.tar
158158 rm targets.tar
159159
160- - name : Download target directories (3.1.0 , rootJVM)
160+ - name : Download target directories (3.1.3 , rootJVM)
161161 uses : actions/download-artifact@v2
162162 with :
163- name : target-${{ matrix.os }}-${{ matrix.java }}-3.1.0 -rootJVM
163+ name : target-${{ matrix.os }}-${{ matrix.java }}-3.1.3 -rootJVM
164164
165- - name : Inflate target directories (3.1.0 , rootJVM)
165+ - name : Inflate target directories (3.1.3 , rootJVM)
166166 run : |
167167 tar xf targets.tar
168168 rm targets.tar
169169
170- - name : Download target directories (2.12.15 , rootJS)
170+ - name : Download target directories (2.12.16 , rootJS)
171171 uses : actions/download-artifact@v2
172172 with :
173- name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.15 -rootJS
173+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.16 -rootJS
174174
175- - name : Inflate target directories (2.12.15 , rootJS)
175+ - name : Inflate target directories (2.12.16 , rootJS)
176176 run : |
177177 tar xf targets.tar
178178 rm targets.tar
179179
180- - name : Download target directories (2.12.15 , rootJVM)
180+ - name : Download target directories (2.12.16 , rootJVM)
181181 uses : actions/download-artifact@v2
182182 with :
183- name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.15 -rootJVM
183+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.16 -rootJVM
184184
185- - name : Inflate target directories (2.12.15 , rootJVM)
185+ - name : Inflate target directories (2.12.16 , rootJVM)
186186 run : |
187187 tar xf targets.tar
188188 rm targets.tar
0 commit comments