Skip to content

Commit

Permalink
Add support for 2.13.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Jan 11, 2022
1 parent 44bff39 commit f947237
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- 2.13.5
- 2.13.6
- 2.13.7
- 2.13.8
- 3.0.0
- 3.0.1
- 3.0.2
Expand Down Expand Up @@ -175,6 +176,16 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.13.8)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-2.13.8-${{ matrix.java }}

- name: Inflate target directories (2.13.8)
run: |
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.0.0)
uses: actions/download-artifact@v2
with:
Expand Down
1 change: 1 addition & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ pull_request_rules:
- status-success="Build and Test (ubuntu-latest, 2.13.5, graalvm-ce-java11@20.3.0)"
- status-success="Build and Test (ubuntu-latest, 2.13.6, graalvm-ce-java11@20.3.0)"
- status-success="Build and Test (ubuntu-latest, 2.13.7, graalvm-ce-java11@20.3.0)"
- status-success="Build and Test (ubuntu-latest, 2.13.8, graalvm-ce-java11@20.3.0)"
- status-success="Build and Test (ubuntu-latest, 3.0.0, graalvm-ce-java11@20.3.0)"
- status-success="Build and Test (ubuntu-latest, 3.0.1, graalvm-ce-java11@20.3.0)"
- status-success="Build and Test (ubuntu-latest, 3.0.2, graalvm-ce-java11@20.3.0)"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The plugin is currently published for the following Scala versions:

<!-- SCALA VERSIONS START -->
- 2.12.13, 2.12.14, 2.12.15
- 2.13.5, 2.13.6, 2.13.7
- 2.13.5, 2.13.6, 2.13.7, 2.13.8
- 3.0.0, 3.0.1, 3.0.2
- 3.1.0-RC2, 3.1.0-RC3, 3.1.0, 3.1.1-RC1, 3.1.1-RC2
<!-- SCALA VERSIONS END -->
Expand Down
1 change: 1 addition & 0 deletions scala-versions
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
2.13.5
2.13.6
2.13.7
2.13.8
3.0.0
3.0.1
3.0.2
Expand Down

0 comments on commit f947237

Please sign in to comment.