This is an automated email from the ASF dual-hosted git repository.

raboof pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-sbt-paradox.git


The following commit(s) were added to refs/heads/main by this push:
     new da02925  java17 build (#198)
da02925 is described below

commit da0292566b33ac5525ab406730db973feb0cd14f
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Jul 18 21:45:21 2026 +0100

    java17 build (#198)
    
    * java17 build
    
    * CI actions upgraded due to broken builds
---
 .github/workflows/ci.yml | 24 ++++++++++++------------
 build.sbt                |  2 +-
 2 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0055c4c..1c81f24 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
@@ -34,7 +34,7 @@ jobs:
 
       - name: Configure pagefile for Windows
         if: contains(runner.os, 'windows')
-        uses: al-cheb/[email protected]
+        uses: 
al-cheb/configure-pagefile-action@9b6da52fb72a3c6147c1aad2df22d8d905681adc # 
v1.5
         with:
           minimum-size: 2GB
           maximum-size: 8GB
@@ -45,16 +45,16 @@ 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
-        uses: sbt/setup-sbt@v1
+        uses: sbt/setup-sbt@9d56cf12e9b58d219605e1d8bfe69a8395fedde0 # v1.5.1
 
       - name: Check that workflows are up to date
         shell: bash
@@ -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
@@ -90,7 +90,7 @@ jobs:
 
       - name: Configure pagefile for Windows
         if: contains(runner.os, 'windows')
-        uses: al-cheb/[email protected]
+        uses: 
al-cheb/configure-pagefile-action@9b6da52fb72a3c6147c1aad2df22d8d905681adc # 
v1.5
         with:
           minimum-size: 2GB
           maximum-size: 8GB
@@ -101,16 +101,16 @@ 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
-        uses: sbt/setup-sbt@v1
+        uses: sbt/setup-sbt@9d56cf12e9b58d219605e1d8bfe69a8395fedde0 # v1.5.1
 
       - name: Download target directories (2.12.21)
         uses: actions/download-artifact@v8
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]

Reply via email to