Skip to content

Commit

Permalink
remove pre-LTS scala 3s
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Dec 17, 2024
1 parent 7d598bc commit 27ec428
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 30 deletions.
24 changes: 1 addition & 23 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ jobs:
- 2.13.13
- 2.13.14
- 2.13.15
- 3.1.3
- 3.2.2
- 3.3.0
- 3.3.1
- 3.3.3
Expand Down Expand Up @@ -213,26 +211,6 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.1.3)
uses: actions/download-artifact@v4
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.3

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

- name: Inflate target directories (3.2.2)
run: |
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.3.0)
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -410,5 +388,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 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
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 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
configs-ignore: test scala-tool scala-doc-tool test-internal
2 changes: 0 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ pull_request_rules:
- status-success="Build and Test (ubuntu-latest, 2.13.13, temurin@8)"
- status-success="Build and Test (ubuntu-latest, 2.13.14, temurin@8)"
- 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, temurin@8)"
- status-success="Build and Test (ubuntu-latest, 3.3.1, temurin@8)"
- status-success="Build and Test (ubuntu-latest, 3.3.3, temurin@8)"
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,10 @@ 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 21 Scala versions:
The plugin is currently published for the following 19 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, 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
Expand Down
2 changes: 0 additions & 2 deletions scala-versions
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
2.13.13
2.13.14
2.13.15
3.1.3
3.2.2
3.3.0
3.3.1
3.3.3
Expand Down

0 comments on commit 27ec428

Please sign in to comment.