Skip to content

Commit

Permalink
Regenerate GitHub Actions workflow
Browse files Browse the repository at this point in the history
Executed command: sbt githubWorkflowGenerate
  • Loading branch information
scala-steward committed Jul 13, 2022
1 parent e889751 commit 1a043e1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.16, 2.13.8, 3.1.2]
scala: [2.12.16, 2.13.8, 3.1.3]
java: [adopt-hotspot@8]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
run: sbt ++${{ matrix.scala }} validateJVM validateJS validateNative

- name: Build project (Scala 3)
if: matrix.scala == '3.1.2'
if: matrix.scala == '3.1.3'
run: sbt ++${{ matrix.scala }} validateJVM30 validateJS30 validateNative30

- name: Codecov
Expand Down Expand Up @@ -129,12 +129,12 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.1.2)
- name: Download target directories (3.1.3)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-3.1.2-${{ matrix.java }}
name: target-${{ matrix.os }}-3.1.3-${{ matrix.java }}

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

0 comments on commit 1a043e1

Please sign in to comment.