Skip to content

Commit 804cde0

Browse files
author
Roman Janusz
committed
github workflow update
1 parent 1d82a17 commit 804cde0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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:
@@ -91,7 +91,7 @@ jobs:
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

0 commit comments

Comments
 (0)