This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch scala-2.12-testing in repository https://gitbox.apache.org/repos/asf/incubator-pekko-connectors.git
commit c1680a2427c04a8f5b3c1cc4c1fb207713d12183 Author: PJ Fanning <[email protected]> AuthorDate: Mon May 29 23:09:32 2023 +0100 fix issue with Scala 2.12 testing --- .github/workflows/check-build-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-build-test.yml b/.github/workflows/check-build-test.yml index 22c7315fd..e974d7424 100644 --- a/.github/workflows/check-build-test.yml +++ b/.github/workflows/check-build-test.yml @@ -157,7 +157,7 @@ jobs: PRE_CMD: ${{ matrix.pre_cmd }} run: |- $PRE_CMD - sbt +~2.12 "${CONNECTOR}/test" + sbt ++2.12.17 "${CONNECTOR}/test" - name: ${{ matrix.connector }} (scala 2.13) env: @@ -165,7 +165,7 @@ jobs: PRE_CMD: ${{ matrix.pre_cmd }} run: |- $PRE_CMD - sbt +~2.13 "${CONNECTOR}/test" + sbt ++2.13.10 "${CONNECTOR}/test" - name: Print logs on failure if: failure() --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
