This is an automated email from the ASF dual-hosted git repository.

engelen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git


The following commit(s) were added to refs/heads/main by this push:
     new 7c1af3d783 docs: build 2.x docs on Java 17 (#2572)
7c1af3d783 is described below

commit 7c1af3d783ec88d6996a7f83b7e740bb9a90e29b
Author: Arnout Engelen <[email protected]>
AuthorDate: Thu Dec 11 17:01:20 2025 +0100

    docs: build 2.x docs on Java 17 (#2572)
---
 .github/workflows/publish-2.0-docs.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/publish-2.0-docs.yml 
b/.github/workflows/publish-2.0-docs.yml
index d3412b178e..ad27768782 100644
--- a/.github/workflows/publish-2.0-docs.yml
+++ b/.github/workflows/publish-2.0-docs.yml
@@ -39,11 +39,11 @@ jobs:
           fetch-tags: true
           persist-credentials: false
 
-      - name: Setup Java 11
+      - name: Setup Java 17
         uses: actions/setup-java@v5
         with:
           distribution: temurin
-          java-version: 11
+          java-version: 17
 
       - name: Install sbt
         uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to