Skip to content

Commit 445fbb5

Browse files
committed
Update workflow
1 parent ded8a1c commit 445fbb5

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
os: [ubuntu-latest]
30-
scala: [0.27.0-RC1, 2.12.11, 2.13.3]
30+
scala: [0.27.0-RC1, 3.0.0-M1, 2.12.11, 2.13.3]
3131
3232
runs-on: ${{ matrix.os }}
3333
steps:
@@ -37,7 +37,7 @@ jobs:
3737
fetch-depth: 0
3838

3939
- name: Setup Java and Scala
40-
uses: olafurpg/setup-scala@v5
40+
uses: olafurpg/setup-scala@v10
4141
with:
4242
java-version: ${{ matrix.java }}
4343

@@ -111,7 +111,7 @@ jobs:
111111
fetch-depth: 0
112112

113113
- name: Setup Java and Scala
114-
uses: olafurpg/setup-scala@v5
114+
uses: olafurpg/setup-scala@v10
115115
with:
116116
java-version: ${{ matrix.java }}
117117

@@ -164,6 +164,16 @@ jobs:
164164
tar xf targets.tar
165165
rm targets.tar
166166
167+
- name: Download target directories (3.0.0-M1)
168+
uses: actions/download-artifact@v2
169+
with:
170+
name: target-${{ matrix.os }}-3.0.0-M1-${{ matrix.java }}
171+
172+
- name: Inflate target directories (3.0.0-M1)
173+
run: |
174+
tar xf targets.tar
175+
rm targets.tar
176+
167177
- name: Download target directories (2.12.11)
168178
uses: actions/download-artifact@v2
169179
with:

0 commit comments

Comments
 (0)