Skip to content

Commit

Permalink
Regenerate workflow with sbt-github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Jun 21, 2022
1 parent 0bb3cca commit 7909d11
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.8, 2.12.16, 3.0.2]
scala: [2.13.8, 2.12.16, 3.1.3]
java: [temurin@8, temurin@11]
project: [rootJS, rootJVM]
exclude:
- scala: 2.12.16
java: temurin@11
- scala: 3.0.2
- scala: 3.1.3
java: temurin@11
- project: rootJS
java: temurin@11
Expand Down Expand Up @@ -236,22 +236,22 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.0.2, rootJS)
- name: Download target directories (3.1.3, rootJS)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-3.0.2-rootJS
name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.3-rootJS

- name: Inflate target directories (3.0.2, rootJS)
- name: Inflate target directories (3.1.3, rootJS)
run: |
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.0.2, rootJVM)
- name: Download target directories (3.1.3, rootJVM)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-3.0.2-rootJVM
name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.3-rootJVM

- name: Inflate target directories (3.0.2, rootJVM)
- name: Inflate target directories (3.1.3, rootJVM)
run: |
tar xf targets.tar
rm targets.tar
Expand Down

0 comments on commit 7909d11

Please sign in to comment.