This is an automated email from the ASF dual-hosted git repository.
pjfanning pushed a commit to branch 1.4.x
in repository https://gitbox.apache.org/repos/asf/pekko-http.git
The following commit(s) were added to refs/heads/1.4.x by this push:
new 24db8a1bd use java8 in 1.x builds (#1163)
24db8a1bd is described below
commit 24db8a1bdd32fa5513bf828d4051031253290bff
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Jul 13 16:37:24 2026 +0100
use java8 in 1.x builds (#1163)
---
.github/workflows/stage-release-candidate.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/stage-release-candidate.yml
b/.github/workflows/stage-release-candidate.yml
index 2e23dd323..d0abc8fdf 100644
--- a/.github/workflows/stage-release-candidate.yml
+++ b/.github/workflows/stage-release-candidate.yml
@@ -205,11 +205,11 @@ jobs:
fetch-tags: true
persist-credentials: false
- - name: Setup Java 17
+ - name: Setup Java 8
uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a #
v5.5.0
with:
distribution: temurin
- java-version: 17
+ java-version: 8
- name: Install sbt
uses: sbt/setup-sbt@66fb4376e81982c7d92a4074170846fff88e2e30 # v1.5.0
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]