Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump olafurpg/setup-scala from 11 to 12 #524

Merged
merged 1 commit into from
Jul 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: olafurpg/setup-scala@v11
- uses: olafurpg/setup-scala@v12
- run: ./bin/scalafmt --test
docs:
name: Website
Expand All @@ -19,14 +19,14 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: olafurpg/setup-scala@v11
- uses: olafurpg/setup-scala@v12
- run: sbt '++2.12.14 docs/mdoc'
test-windows:
name: "Windows"
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: olafurpg/setup-scala@v10
- uses: olafurpg/setup-scala@v12
with:
java-version: [email protected]
- run: sbt '++2.13.5 test'
Expand All @@ -47,7 +47,7 @@ jobs:
- "'++3.0.0 test'"
steps:
- uses: actions/checkout@v2
- uses: olafurpg/setup-scala@v11
- uses: olafurpg/setup-scala@v12
with:
java-version: ${{ matrix.java }}
- run: sbt ${{ matrix.command }}
2 changes: 1 addition & 1 deletion .github/workflows/mdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: olafurpg/setup-scala@v11
- uses: olafurpg/setup-scala@v12
- uses: olafurpg/setup-gpg@v3
- run: sbt '++2.12.14 docs/docusaurusPublishGhpages'
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: olafurpg/setup-scala@v11
- uses: olafurpg/setup-scala@v12
- uses: olafurpg/setup-gpg@v3
- name: Publish ${{ github.ref }}
run: sbt ci-release
Expand Down