Skip to content

Commit

Permalink
Remove 2.13.10, 2.13.11
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Sep 4, 2024
1 parent 48534f7 commit 37b14a4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 28 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:
- 2.12.18
- 2.12.19
- 2.12.20
- 2.13.10
- 2.13.11
- 2.13.12
- 2.13.13
- 2.13.14
Expand Down Expand Up @@ -195,26 +193,6 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.13.10)
uses: actions/download-artifact@v3
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10

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

- name: Inflate target directories (2.13.11)
run: |
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.13.12)
uses: actions/download-artifact@v3
with:
Expand Down
2 changes: 0 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ pull_request_rules:
- status-success="Build and Test (ubuntu-latest, 2.12.18, temurin@8)"
- status-success="Build and Test (ubuntu-latest, 2.12.19, temurin@8)"
- status-success="Build and Test (ubuntu-latest, 2.12.20, temurin@8)"
- status-success="Build and Test (ubuntu-latest, 2.13.10, temurin@8)"
- status-success="Build and Test (ubuntu-latest, 2.13.11, temurin@8)"
- status-success="Build and Test (ubuntu-latest, 2.13.12, temurin@8)"
- status-success="Build and Test (ubuntu-latest, 2.13.13, temurin@8)"
- status-success="Build and Test (ubuntu-latest, 2.13.14, temurin@8)"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +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 23 Scala versions:
The plugin is currently published for the following 21 Scala versions:

- 2.12.18, 2.12.19, 2.12.20
- 2.13.10, 2.13.11, 2.13.12, 2.13.13, 2.13.14
- 2.13.12, 2.13.13, 2.13.14
- 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
Expand Down
2 changes: 0 additions & 2 deletions scala-versions
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
2.12.18
2.12.19
2.12.20
2.13.10
2.13.11
2.13.12
2.13.13
2.13.14
Expand Down

0 comments on commit 37b14a4

Please sign in to comment.