Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aeons committed May 17, 2021
1 parent c764c96 commit 5843518
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
18 changes: 4 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.13, 2.13.5, 3.0.0-RC2, 3.0.0-RC3]
scala: [2.12.13, 2.13.5, 3.0.0]
java: [adopt@1.8]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -131,22 +131,12 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.0.0-RC2)
- name: Download target directories (3.0.0)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-3.0.0-RC2-${{ matrix.java }}
name: target-${{ matrix.os }}-3.0.0-${{ matrix.java }}

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

- name: Inflate target directories (3.0.0-RC3)
- name: Inflate target directories (3.0.0)
run: |
tar xf targets.tar
rm targets.tar
Expand Down
3 changes: 1 addition & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ pull_request_rules:
- body~=labels:.*semver-patch.*
- status-success=Build and Test (ubuntu-latest, 2.12.13, adopt@1.8)
- status-success=Build and Test (ubuntu-latest, 2.13.5, adopt@1.8)
- status-success=Build and Test (ubuntu-latest, 3.0.0-RC2, adopt@1.8)
- status-success=Build and Test (ubuntu-latest, 3.0.0-RC3, adopt@1.8)
- status-success=Build and Test (ubuntu-latest, 3.0.0, adopt@1.8)

0 comments on commit 5843518

Please sign in to comment.