Skip to content

Commit

Permalink
Merge pull request #48 from polyvariant/scala-2.12.14
Browse files Browse the repository at this point in the history
Remove 2.12.11, add 2.12.14
  • Loading branch information
kubukoz authored May 29, 2021
2 parents 22c557d + 857ea02 commit 36213d4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
matrix:
os: [ubuntu-latest]
scala:
- 2.12.11
- 2.12.12
- 2.12.13
- 2.12.14
- 2.13.4
- 2.13.5
- 2.13.6
Expand Down Expand Up @@ -108,32 +108,32 @@ jobs:
~/Library/Caches/Coursier/v1
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}

- name: Download target directories (2.12.11)
- name: Download target directories (2.12.12)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-2.12.11-${{ matrix.java }}
name: target-${{ matrix.os }}-2.12.12-${{ matrix.java }}

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

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

- name: Inflate target directories (2.12.13)
- name: Inflate target directories (2.12.14)
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 @@ -2,9 +2,9 @@ pull_request_rules:
- name: automatically merge Scala Steward PRs on CI success
conditions:
- author=scala-steward
- status-success="Build and Test (ubuntu-latest, 2.12.11, [email protected])"
- status-success="Build and Test (ubuntu-latest, 2.12.12, [email protected])"
- status-success="Build and Test (ubuntu-latest, 2.12.13, [email protected])"
- status-success="Build and Test (ubuntu-latest, 2.12.14, [email protected])"
- status-success="Build and Test (ubuntu-latest, 2.13.4, [email protected])"
- status-success="Build and Test (ubuntu-latest, 2.13.5, [email protected])"
- status-success="Build and Test (ubuntu-latest, 2.13.6, [email protected])"
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ ThisBuild / resolvers += Resolver.JCenterRepository

ThisBuild / scalaVersion := "3.0.0"
ThisBuild / crossScalaVersions := Seq(
"2.12.11",
"2.12.12",
"2.12.13",
"2.12.14",
//
"2.13.4",
"2.13.5",
Expand Down

0 comments on commit 36213d4

Please sign in to comment.