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-http.git
commit 78190c1d8c054da5c368eb5a4ecb2beb0f238a20 Author: PJ Fanning <[email protected]> AuthorDate: Fri Dec 19 08:59:00 2025 +0100 Update PEKKO_VERSION to '1.x' in workflow --- .github/workflows/nightly-1.x.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly-1.x.yml b/.github/workflows/nightly-1.x.yml index 02f86f1ce..37bd9211c 100644 --- a/.github/workflows/nightly-1.x.yml +++ b/.github/workflows/nightly-1.x.yml @@ -23,7 +23,7 @@ jobs: matrix: SCALA_VERSION: [2.12, 2.13, 3] JDK: [8, 17] - PEKKO_VERSION: ['1.4.x'] + PEKKO_VERSION: ['1.x'] steps: - name: Checkout uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
