Skip to content

Commit

Permalink
Add 3.1.2 support, remove 3.1.1 RCs
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Apr 14, 2022
1 parent 38a81cb commit 4db1643
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 23 deletions.
25 changes: 7 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@ jobs:
- 3.0.1
- 3.0.2
- 3.1.0
- 3.1.1-RC1
- 3.1.1-RC2
- 3.1.1
- 3.1.2
java: [[email protected]]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -225,32 +224,22 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.1.1-RC1)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-3.1.1-RC1-${{ matrix.java }}

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

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

- name: Inflate target directories (3.1.1)
- name: Inflate target directories (3.1.2)
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 @@ -14,9 +14,8 @@ pull_request_rules:
- status-success="Build and Test (ubuntu-latest, 3.0.1, [email protected])"
- status-success="Build and Test (ubuntu-latest, 3.0.2, [email protected])"
- status-success="Build and Test (ubuntu-latest, 3.1.0, [email protected])"
- status-success="Build and Test (ubuntu-latest, 3.1.1-RC1, [email protected])"
- status-success="Build and Test (ubuntu-latest, 3.1.1-RC2, [email protected])"
- status-success="Build and Test (ubuntu-latest, 3.1.1, [email protected])"
- status-success="Build and Test (ubuntu-latest, 3.1.2, [email protected])"
actions:
merge:
method: merge
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The plugin is currently published for the following Scala versions:
- 2.12.13, 2.12.14, 2.12.15
- 2.13.5, 2.13.6, 2.13.7, 2.13.8
- 3.0.0, 3.0.1, 3.0.2
- 3.1.0, 3.1.1-RC1, 3.1.1-RC2, 3.1.1
- 3.1.0, 3.1.1, 3.1.2
<!-- SCALA VERSIONS END -->

For older Scala versions, see [previous versions of better-tostring](https://repo1.maven.org/maven2/org/polyvariant) ([or even older versions](https://repo1.maven.org/maven2/org/polyvariant)).
Expand Down
3 changes: 1 addition & 2 deletions scala-versions
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@
3.0.1
3.0.2
3.1.0
3.1.1-RC1
3.1.1-RC2
3.1.1
3.1.2

0 comments on commit 4db1643

Please sign in to comment.