This is an automated email from the ASF dual-hosted git repository. pjfanning pushed a commit to branch java17-build in repository https://gitbox.apache.org/repos/asf/pekko-sbt-paradox.git
commit 6075be44f14279d4901faaa7fd236b32d7d8c1e8 Author: PJ Fanning <[email protected]> AuthorDate: Sat Jul 18 21:37:21 2026 +0100 java17 build --- .github/workflows/ci.yml | 16 ++++++++-------- build.sbt | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0055c4c..bf58646 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest] scala: [2.12.21] - java: [temurin@8] + java: [temurin@17] runs-on: ${{ matrix.os }} steps: - name: Ignore line ending differences in git @@ -45,12 +45,12 @@ jobs: with: fetch-depth: 0 - - name: Setup Java (temurin@8) - if: matrix.java == 'temurin@8' + - name: Setup Java (temurin@17) + if: matrix.java == 'temurin@17' uses: actions/setup-java@v5 with: distribution: temurin - java-version: 8 + java-version: 17 cache: sbt - name: Setup sbt @@ -81,7 +81,7 @@ jobs: matrix: os: [ubuntu-latest] scala: [2.12.21] - java: [temurin@8] + java: [temurin@17] runs-on: ${{ matrix.os }} steps: - name: Ignore line ending differences in git @@ -101,12 +101,12 @@ jobs: with: fetch-depth: 0 - - name: Setup Java (temurin@8) - if: matrix.java == 'temurin@8' + - name: Setup Java (temurin@17) + if: matrix.java == 'temurin@17' uses: actions/setup-java@v5 with: distribution: temurin - java-version: 8 + java-version: 17 cache: sbt - name: Setup sbt diff --git a/build.sbt b/build.sbt index 6bfd0ec..3b4773f 100644 --- a/build.sbt +++ b/build.sbt @@ -103,7 +103,7 @@ ThisBuild / githubWorkflowPublish := Seq( ThisBuild / githubWorkflowOSes := Seq("ubuntu-latest", "windows-latest") ThisBuild / githubWorkflowJavaVersions := Seq( - JavaSpec.temurin("8")) + JavaSpec.temurin("17")) ThisBuild / scalacOptions ++= List( "-unchecked", --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
