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 3d9cf0458192592275315e90a016dbd6cbc66038 Author: PJ Fanning <[email protected]> AuthorDate: Thu Oct 2 18:43:09 2025 +0100 Add JDK 25 to nightly workflow matrix --- .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 6d67bf18e..4ef2dae31 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -22,7 +22,7 @@ jobs: fail-fast: false matrix: SCALA_VERSION: [2.13, 3] - JDK: [17, 21] + JDK: [17, 21, 25] PEKKO_VERSION: ['default'] steps: - name: Checkout --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
