This is an automated email from the ASF dual-hosted git repository. pjfanning pushed a commit to branch pjfanning-patch-1 in repository https://gitbox.apache.org/repos/asf/pekko-http-quickstart-scala.g8.git
commit f474e2e260ca15bc1cc8d1748de5e677c06f1672 Author: PJ Fanning <[email protected]> AuthorDate: Sun Jun 21 00:14:14 2026 +0100 Update Java version from 11 to 17 in CI workflow --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f13e3d5..688f38f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,11 +15,11 @@ jobs: - name: Checkout uses: actions/checkout@v7 - - 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@af116cce31c00823d3903ce687f9cda3a4f19f1b # v1.2.1 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
