-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also check Scala 3 artifacts in MiMa
- Loading branch information
1 parent
1915c50
commit 9d80e1c
Showing
3 changed files
with
15 additions
and
21 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 |
---|---|---|
|
@@ -30,11 +30,11 @@ jobs: | |
# we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves | ||
fetch-depth: 0 | ||
|
||
- name: Setup Java 11 | ||
- name: Setup Java 8 | ||
uses: actions/setup-java@v3 | ||
with: | ||
distribution: temurin | ||
java-version: 11 | ||
java-version: 8 | ||
|
||
- name: Cache Coursier cache | ||
uses: coursier/[email protected] | ||
|
@@ -47,7 +47,7 @@ jobs: | |
|
||
- name: Report MiMa Binary Issues | ||
run: |- | ||
sbt "+~ ${{ matrix.scalaVersion }} mimaReportBinaryIssues" | ||
sbt "+mimaReportBinaryIssues" | ||
- name: Check correct MiMa filter directories | ||
run: | | ||
|
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
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