Skip to content

Commit

Permalink
Remove RCs
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Dec 16, 2024
1 parent 8ef8126 commit 7d598bc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 83 deletions.
68 changes: 1 addition & 67 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,14 @@ jobs:
- 2.13.15
- 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.3.3
- 3.3.4
- 3.4.0-RC1
- 3.4.0
- 3.4.1-RC1
- 3.4.1
- 3.4.2
- 3.4.3
- 3.5.0-RC1
- 3.5.0
- 3.5.1
- 3.5.2
Expand Down Expand Up @@ -239,16 +233,6 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.3.0-RC6)
uses: actions/download-artifact@v4
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.0-RC6

- name: Inflate target directories (3.3.0-RC6)
run: |
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.3.0)
uses: actions/download-artifact@v4
with:
Expand All @@ -259,16 +243,6 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.3.1-RC1)
uses: actions/download-artifact@v4
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.1-RC1

- name: Inflate target directories (3.3.1-RC1)
run: |
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.3.1)
uses: actions/download-artifact@v4
with:
Expand All @@ -279,16 +253,6 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.3.2-RC1)
uses: actions/download-artifact@v4
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.2-RC1

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

- name: Inflate target directories (3.4.0-RC1)
run: |
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.4.0)
uses: actions/download-artifact@v4
with:
Expand All @@ -329,16 +283,6 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.4.1-RC1)
uses: actions/download-artifact@v4
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: Download target directories (3.4.1)
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -369,16 +313,6 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.5.0-RC1)
uses: actions/download-artifact@v4
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-3.5.0-RC1

- name: Inflate target directories (3.5.0-RC1)
run: |
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.5.0)
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -476,5 +410,5 @@ jobs:
- name: Submit Dependencies
uses: scalacenter/sbt-dependency-submission@v2
with:
modules-ignore: root_2.12 root_2.12 root_2.12 root_2.13 root_2.13 root_2.13 root_2.13 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 tests_2.12 tests_2.12 tests_2.12 tests_2.13 tests_2.13 tests_2.13 tests_2.13 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3
modules-ignore: root_2.12 root_2.12 root_2.12 root_2.13 root_2.13 root_2.13 root_2.13 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 root_3 tests_2.12 tests_2.12 tests_2.12 tests_2.13 tests_2.13 tests_2.13 tests_2.13 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3 tests_3
configs-ignore: test scala-tool scala-doc-tool test-internal
6 changes: 0 additions & 6 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,14 @@ pull_request_rules:
- status-success="Build and Test (ubuntu-latest, 2.13.15, temurin@8)"
- status-success="Build and Test (ubuntu-latest, 3.1.3, temurin@8)"
- status-success="Build and Test (ubuntu-latest, 3.2.2, temurin@8)"
- status-success="Build and Test (ubuntu-latest, 3.3.0-RC6, temurin@8)"
- status-success="Build and Test (ubuntu-latest, 3.3.0, temurin@8)"
- 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.3.4, 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)"
- status-success="Build and Test (ubuntu-latest, 3.4.1, temurin@8)"
- status-success="Build and Test (ubuntu-latest, 3.4.2, temurin@8)"
- status-success="Build and Test (ubuntu-latest, 3.4.3, temurin@8)"
- status-success="Build and Test (ubuntu-latest, 3.5.0-RC1, temurin@8)"
- status-success="Build and Test (ubuntu-latest, 3.5.0, temurin@8)"
- status-success="Build and Test (ubuntu-latest, 3.5.1, temurin@8)"
- status-success="Build and Test (ubuntu-latest, 3.5.2, temurin@8)"
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ In scala-cli:
(note: versions before `0.3.8` were published under the `com.kubukoz` organization instead of `org.polyvariant`)

<!-- SCALA VERSIONS START -->
The plugin is currently published for the following 27 Scala versions:
The plugin is currently published for the following 21 Scala versions:

- 2.12.18, 2.12.19, 2.12.20
- 2.13.12, 2.13.13, 2.13.14, 2.13.15
- 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.3.3, 3.3.4
- 3.4.0-RC1, 3.4.0, 3.4.1-RC1, 3.4.1, 3.4.2, 3.4.3
- 3.5.0-RC1, 3.5.0, 3.5.1, 3.5.2
- 3.3.0, 3.3.1, 3.3.3, 3.3.4
- 3.4.0, 3.4.1, 3.4.2, 3.4.3
- 3.5.0, 3.5.1, 3.5.2
- 3.6.2
<!-- SCALA VERSIONS END -->

Expand Down
6 changes: 0 additions & 6 deletions scala-versions
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,14 @@
2.13.15
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.3.3
3.3.4
3.4.0-RC1
3.4.0
3.4.1-RC1
3.4.1
3.4.2
3.4.3
3.5.0-RC1
3.5.0
3.5.1
3.5.2
Expand Down

0 comments on commit 7d598bc

Please sign in to comment.