Skip to content

Commit

Permalink
Merge pull request #70 from dongjoon-hyun/scala_2.12.15
Browse files Browse the repository at this point in the history
Add 2.12.15
  • Loading branch information
ghik authored Sep 14, 2021
2 parents 5ff0ea0 + e8d121f commit 6cc8e68
Show file tree
Hide file tree
Showing 2 changed files with 12 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 @@ -29,6 +29,7 @@ jobs:
- 2.13.4
- 2.13.3
- 2.13.2
- 2.12.15
- 2.12.14
- 2.12.13
- 2.11.12
Expand Down Expand Up @@ -155,6 +156,16 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.12.15)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-2.12.15-${{ matrix.java }}

- name: Inflate target directories (2.12.15)
run: |
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.12.14)
uses: actions/download-artifact@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def crossSources = Def.settings(
inThisBuild(Seq(
organization := "com.github.ghik",
scalaVersion := crossScalaVersions.value.head,
crossScalaVersions := Seq("2.13.6", "2.13.5", "2.13.4", "2.13.3", "2.13.2", "2.12.14", "2.12.13", "2.11.12"),
crossScalaVersions := Seq("2.13.6", "2.13.5", "2.13.4", "2.13.3", "2.13.2", "2.12.15", "2.12.14", "2.12.13", "2.11.12"),

githubWorkflowTargetTags ++= Seq("v*"),
githubWorkflowJavaVersions := Seq("adopt@1.11"),
Expand Down

0 comments on commit 6cc8e68

Please sign in to comment.