Skip to content

Commit

Permalink
scala 3.3.3 ; scala 3.4.0 ; scala 3.4.1-RC1 (#187)
Browse files Browse the repository at this point in the history
Co-authored-by: Jakub Kozłowski <[email protected]>
  • Loading branch information
mcanlas and kubukoz authored Mar 5, 2024
1 parent 6f0f265 commit eed9d34
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 2 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ jobs:
- 3.3.1-RC1
- 3.3.1
- 3.3.2-RC1
- 3.3.3
- 3.4.0-RC1
- 3.4.0
- 3.4.1-RC1
java: [temurin@8]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -309,6 +311,16 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.3.3)
uses: actions/download-artifact@v3
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.3

- name: Inflate target directories (3.3.3)
run: |
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.4.0-RC1)
uses: actions/download-artifact@v3
with:
Expand All @@ -329,6 +341,16 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.4.1-RC1)
uses: actions/download-artifact@v3
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-3.4.1-RC1

- name: Inflate target directories (3.4.1-RC1)
run: |
tar xf targets.tar
rm targets.tar
- name: Import signing key
if: env.PGP_SECRET != '' && env.PGP_PASSPHRASE == ''
run: echo $PGP_SECRET | base64 -di | gpg --import
Expand Down
2 changes: 2 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ pull_request_rules:
- status-success="Build and Test (ubuntu-latest, 3.3.1-RC1, temurin@8)"
- status-success="Build and Test (ubuntu-latest, 3.3.1, temurin@8)"
- status-success="Build and Test (ubuntu-latest, 3.3.2-RC1, temurin@8)"
- status-success="Build and Test (ubuntu-latest, 3.3.3, temurin@8)"
- status-success="Build and Test (ubuntu-latest, 3.4.0-RC1, temurin@8)"
- status-success="Build and Test (ubuntu-latest, 3.4.0, temurin@8)"
- status-success="Build and Test (ubuntu-latest, 3.4.1-RC1, temurin@8)"
actions:
merge:
method: merge
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ The plugin is currently published for the following Scala versions:
- 2.13.10, 2.13.11, 2.13.12, 2.13.13
- 3.1.3
- 3.2.2
- 3.3.0-RC6, 3.3.0, 3.3.1-RC1, 3.3.1, 3.3.2-RC1
- 3.4.0-RC1, 3.4.0
- 3.3.0-RC6, 3.3.0, 3.3.1-RC1, 3.3.1, 3.3.2-RC1, 3.3.3
- 3.4.0-RC1, 3.4.0, 3.4.1-RC1
<!-- 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/com/kubukoz)).
Expand Down
2 changes: 2 additions & 0 deletions scala-versions
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@
3.3.1-RC1
3.3.1
3.3.2-RC1
3.3.3
3.4.0-RC1
3.4.0
3.4.1-RC1

0 comments on commit eed9d34

Please sign in to comment.