Skip to content

Commit

Permalink
test on oldest sbt minor version that works on JDK 17
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Oct 13, 2021
1 parent 83c1107 commit 137aa94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
distribution: temurin
java-version: ${{matrix.java}}
- uses: coursier/cache-action@v6
- run: "sbt +test mimaReportBinaryIssues 'set sbtplugin/scriptedSbt := \"1.5.5\"' 'scripted sbt-mima-plugin/minimal'"
# note use of an old sbt version, as a smoke test
- run: "sbt +test mimaReportBinaryIssues 'set sbtplugin/scriptedSbt := \"1.3.13\"' 'scripted sbt-mima-plugin/minimal'"
testFunctional:
needs: build
strategy:
Expand Down

0 comments on commit 137aa94

Please sign in to comment.