-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
70a61fc
commit ac2d0f9
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
strategy: | ||
matrix: | ||
os: [ubuntu-latest] | ||
scala: [2.12.14, 2.13.6, 3.0.1] | ||
scala: [2.12.20, 2.13.6, 3.0.1] | ||
java: [[email protected]] | ||
runs-on: ${{ matrix.os }} | ||
steps: | ||
|
@@ -48,15 +48,15 @@ jobs: | |
~/Library/Caches/Coursier/v1 | ||
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} | ||
|
||
- if: matrix.scala == '2.12.14' | ||
- if: matrix.scala == '2.12.20' | ||
uses: ruby/setup-ruby@v1 | ||
with: | ||
ruby-version: 2.6 | ||
|
||
- if: matrix.scala == '2.12.14' | ||
- if: matrix.scala == '2.12.20' | ||
run: gem install sass | ||
|
||
- if: matrix.scala == '2.12.14' | ||
- if: matrix.scala == '2.12.20' | ||
run: gem install jekyll -v 3.2.1 | ||
|
||
- name: Check that workflows are up to date | ||
|
@@ -65,5 +65,5 @@ jobs: | |
- name: Validate unit tests and binary compatibility | ||
run: sbt --client '++${{ matrix.scala }}; test; mimaReportBinaryIssues' | ||
|
||
- if: matrix.scala == '2.12.14' | ||
- if: matrix.scala == '2.12.20' | ||
run: sbt --client '++${{ matrix.scala }}; docs/makeMicrosite' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters