Skip to content

Commit f30b284

Browse files
committed
Update ci.yml
1 parent 06b83b1 commit f30b284

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
os: [ubuntu-latest]
26-
scala: [2.11.12, 2.12.15, 2.13.6]
26+
scala: [2.11.12, 2.12.15, 2.13.6, 3.0.2]
2727
2828
runs-on: ${{ matrix.os }}
2929
steps:
@@ -127,6 +127,16 @@ jobs:
127127
tar xf targets.tar
128128
rm targets.tar
129129
130+
- name: Download target directories (3.0.2)
131+
uses: actions/download-artifact@v2
132+
with:
133+
name: target-${{ matrix.os }}-3.0.2-${{ matrix.java }}
134+
135+
- name: Inflate target directories (3.0.2)
136+
run: |
137+
tar xf targets.tar
138+
rm targets.tar
139+
130140
- env:
131141
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
132142
PGP_SECRET: ${{ secrets.PGP_SECRET }}

0 commit comments

Comments
 (0)