This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-persistence-jdbc.git
The following commit(s) were added to refs/heads/main by this push:
new 8b97587 Update Java version from 8 to 17 in workflow (#441)
8b97587 is described below
commit 8b9758719b42faafd818108821a3cdc6084c6bc2
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Jan 31 12:19:10 2026 +0100
Update Java version from 8 to 17 in workflow (#441)
---
.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 694bba3..b9d8fc8 100644
--- a/.github/workflows/publish-2.0-docs.yml
+++ b/.github/workflows/publish-2.0-docs.yml
@@ -22,11 +22,11 @@ jobs:
fetch-depth: 0
fetch-tags: true
- - name: Setup Java 8
+ - name: Setup Java 17
uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e #
v5.1.0
with:
distribution: temurin
- java-version: 8
+ java-version: 17
- name: Build Documentation
run: |-
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]