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-persistence-jdbc.git
commit 68492a0c6acc690da1d187246a68a36e62957a31 Author: PJ Fanning <[email protected]> AuthorDate: Sat Jan 31 12:10:49 2026 +0100 Update Java version from 8 to 17 in workflow --- .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]
