Skip to content

Commit

Permalink
Regenerate workflow with 'sbt githubWorkflowGenerate'
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 23, 2022
1 parent d1f3ff7 commit fdb84b9
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.15, 2.13.8, 3.1.2]
scala: [2.12.15, 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

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

- 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 fdb84b9

Please sign in to comment.