Skip to content

Commit

Permalink
Merge pull request #16 from stanosphere/scala-2.12.18
Browse files Browse the repository at this point in the history
Scala 2.12.18
  • Loading branch information
ghik authored Sep 28, 2023
2 parents e1d1b8c + 049add7 commit 20b917a
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 @@ -39,6 +39,7 @@ jobs:
- 2.13.11
- 2.13.12
- 2.12.17
- 2.12.18
java: [temurin@17]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -266,6 +267,16 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.12.18)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-2.12.18-${{ matrix.java }}

- name: Inflate target directories (2.12.18)
run: |
tar xf targets.tar
rm targets.tar
- env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
PGP_SECRET: ${{ secrets.PGP_SECRET }}
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inThisBuild(Seq(
"3.3.1", "3.3.1-RC7", "3.3.1-RC6", "3.3.1-RC5", "3.3.1-RC4", "3.3.1-RC3", "3.3.1-RC2", "3.3.1-RC1", "3.3.0",
"3.2.2", "3.2.1",
"2.13.10", "2.13.11", "2.13.12",
"2.12.17"
"2.12.17", "2.12.18"
),

githubWorkflowTargetTags ++= Seq("v*"),
Expand Down

0 comments on commit 20b917a

Please sign in to comment.