This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-3 in repository https://gitbox.apache.org/repos/asf/pekko-http.git
commit 668d7ce2c69ef25b3c25f5a0fdaad4bcc0a0e5d5 Author: PJ Fanning <[email protected]> AuthorDate: Thu Sep 4 10:54:20 2025 +0100 Update PEKKO_VERSION in nightly workflow due to build issues --- .github/workflows/nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 327765ffd..76b6abb61 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -23,7 +23,7 @@ jobs: matrix: SCALA_VERSION: [2.12, 2.13, 3] JDK: [8, 11, 17, 21] - PEKKO_VERSION: ['default', 'main', '1.0.x'] + PEKKO_VERSION: ['default', '1.0.x', '1.2.x'] steps: - name: Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
