Skip to content

Commit

Permalink
Run sbt githubWorkflowGenerate
Browse files Browse the repository at this point in the history
  • Loading branch information
nafg committed Jan 11, 2022
1 parent dc0f36a commit 7aa807e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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.7]
scala: [2.13.7, 3.0.2]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.7]
scala: [3.0.2]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -109,22 +109,22 @@ jobs:
with:
node-version: 12

- name: Download target directories (2.12.15)
- name: Download target directories (2.13.7)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-2.12.15-${{ matrix.java }}
name: target-${{ matrix.os }}-2.13.7-${{ matrix.java }}

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

- name: Inflate target directories (2.13.7)
- name: Inflate target directories (3.0.2)
run: |
tar xf targets.tar
rm targets.tar
Expand Down
2 changes: 1 addition & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ pull_request_rules:
- name: Automatically merge successful scala-steward PRs
conditions:
- author=scala-steward
- check-success=Build and Test (ubuntu-latest, 2.12.15, temurin@11)
- check-success=Build and Test (ubuntu-latest, 2.13.7, temurin@11)
- check-success=Build and Test (ubuntu-latest, 3.0.2, temurin@11)
actions:
queue:
name: default

0 comments on commit 7aa807e

Please sign in to comment.