Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilquist committed Nov 5, 2020
1 parent ded8a1c commit 445fbb5
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [0.27.0-RC1, 2.12.11, 2.13.3]
scala: [0.27.0-RC1, 3.0.0-M1, 2.12.11, 2.13.3]
java: [adopt@1.8]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -37,7 +37,7 @@ jobs:
fetch-depth: 0

- name: Setup Java and Scala
uses: olafurpg/setup-scala@v5
uses: olafurpg/setup-scala@v10
with:
java-version: ${{ matrix.java }}

Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
fetch-depth: 0

- name: Setup Java and Scala
uses: olafurpg/setup-scala@v5
uses: olafurpg/setup-scala@v10
with:
java-version: ${{ matrix.java }}

Expand Down Expand Up @@ -164,6 +164,16 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.0.0-M1)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-3.0.0-M1-${{ matrix.java }}

- name: Inflate target directories (3.0.0-M1)
run: |
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.12.11)
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit 445fbb5

Please sign in to comment.