File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 2424 strategy :
2525 matrix :
2626 os : [ubuntu-latest]
27- scala : [2.13.6 , 2.12.14 ]
27+ scala : [2.13.7 , 2.12.15 ]
2828 java : [graalvm-ce-java11@21.1.0]
2929 runs-on : ${{ matrix.os }}
3030 steps :
9191 strategy :
9292 matrix :
9393 os : [ubuntu-latest]
94- scala : [2.13.6 ]
94+ scala : [2.13.7 ]
9595 java : [graalvm-ce-java11@21.1.0]
9696 runs-on : ${{ matrix.os }}
9797 steps :
@@ -117,22 +117,22 @@ jobs:
117117 ~/Library/Caches/Coursier/v1
118118 key : ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
119119
120- - name : Download target directories (2.13.6 )
120+ - name : Download target directories (2.13.7 )
121121 uses : actions/download-artifact@v2
122122 with :
123- name : target-${{ matrix.os }}-2.13.6 -${{ matrix.java }}
123+ name : target-${{ matrix.os }}-2.13.7 -${{ matrix.java }}
124124
125- - name : Inflate target directories (2.13.6 )
125+ - name : Inflate target directories (2.13.7 )
126126 run : |
127127 tar xf targets.tar
128128 rm targets.tar
129129
130- - name : Download target directories (2.12.14 )
130+ - name : Download target directories (2.12.15 )
131131 uses : actions/download-artifact@v2
132132 with :
133- name : target-${{ matrix.os }}-2.12.14 -${{ matrix.java }}
133+ name : target-${{ matrix.os }}-2.12.15 -${{ matrix.java }}
134134
135- - name : Inflate target directories (2.12.14 )
135+ - name : Inflate target directories (2.12.15 )
136136 run : |
137137 tar xf targets.tar
138138 rm targets.tar
You can’t perform that action at this time.
0 commit comments