Skip to content

Commit

Permalink
Add Scala 2.13.12, remove 2.13.9 (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz authored Sep 11, 2023
1 parent 40b4ae0 commit a28a489
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
- 2.12.15
- 2.12.17
- 2.12.18
- 2.13.9
- 2.13.10
- 2.13.11
- 2.13.12
- 3.0.2
- 3.1.3
- 3.2.2
Expand Down Expand Up @@ -185,32 +185,32 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.13.9)
- name: Download target directories (2.13.10)
uses: actions/download-artifact@v3
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.9
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10

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

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

- name: Inflate target directories (2.13.11)
- name: Inflate target directories (2.13.12)
run: |
tar xf targets.tar
rm targets.tar
Expand Down
2 changes: 1 addition & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ pull_request_rules:
- status-success="Build and Test (ubuntu-latest, 2.12.15, temurin@8)"
- status-success="Build and Test (ubuntu-latest, 2.12.17, temurin@8)"
- status-success="Build and Test (ubuntu-latest, 2.12.18, temurin@8)"
- status-success="Build and Test (ubuntu-latest, 2.13.9, 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, 3.0.2, 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)"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The plugin is currently published for the following Scala versions:

<!-- SCALA VERSIONS START -->
- 2.12.15, 2.12.17, 2.12.18
- 2.13.9, 2.13.10, 2.13.11
- 2.13.10, 2.13.11, 2.13.12
- 3.0.2
- 3.1.3
- 3.2.2
Expand Down
2 changes: 1 addition & 1 deletion scala-versions
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
2.12.15
2.12.17
2.12.18
2.13.9
2.13.10
2.13.11
2.13.12
3.0.2
3.1.3
3.2.2
Expand Down

0 comments on commit a28a489

Please sign in to comment.