From 137aa94c68ae9aa8818ece7e495a7dd521f9589b Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Wed, 13 Oct 2021 08:35:18 -0600 Subject: [PATCH] test on oldest sbt minor version that works on JDK 17 --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7df0305f..a8572528 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: