This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/pekko-grpc.git
The following commit(s) were added to refs/heads/main by this push: new fd8806df use 1.2.x snapshots in nightly test workflow (#495) fd8806df is described below commit fd8806df0e5130d88dc8b4ed2fed08cb4a4e32d9 Author: PJ Fanning <pjfann...@users.noreply.github.com> AuthorDate: Thu Sep 4 03:54:55 2025 +0100 use 1.2.x snapshots in nightly test workflow (#495) --- .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: commits-unsubscr...@pekko.apache.org For additional commands, e-mail: commits-h...@pekko.apache.org