This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-1 in repository https://gitbox.apache.org/repos/asf/pekko-grpc.git
commit 85578f641fc9fbb843fde55907cf6d383f111af0 Author: PJ Fanning <[email protected]> AuthorDate: Thu Sep 4 03:37:06 2025 +0100 use 1.2.x snapshots in nightly test workflow --- .github/workflows/nightly-snapshot-dependency-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly-snapshot-dependency-test.yml b/.github/workflows/nightly-snapshot-dependency-test.yml index 4e160e97..2068d281 100644 --- a/.github/workflows/nightly-snapshot-dependency-test.yml +++ b/.github/workflows/nightly-snapshot-dependency-test.yml @@ -37,4 +37,4 @@ jobs: - name: Test run: |- cp .jvmopts-ci .jvmopts - sbt -Dpekko.build.pekko.version=main -Dpekko.build.pekko.http.version=main test + sbt -Dpekko.build.pekko.version=1.2.x -Dpekko.build.pekko.http.version=main test --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
