This is an automated email from the ASF dual-hosted git repository.
hepin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-http.git
The following commit(s) were added to refs/heads/main by this push:
new a616257f5 Add JDK 25 to nightly workflow matrix (#816)
a616257f5 is described below
commit a616257f504bb71f8323a5fe7b0dd4019605b687
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Oct 2 23:44:46 2025 +0100
Add JDK 25 to nightly workflow matrix (#816)
---
.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]