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

andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/main by this push:
     new 889b4b11ab Move GH actions to Java21/Java25
889b4b11ab is described below

commit 889b4b11ab50cd4223152d42b9926e8501cef21f
Author: Andy Seaborne <[email protected]>
AuthorDate: Fri Oct 10 19:15:03 2025 +0100

    Move GH actions to Java21/Java25
---
 .github/workflows/maven.yml         | 2 +-
 .github/workflows/maven_macos.yml   | 2 +-
 .github/workflows/maven_windows.yml | 2 +-
 .github/workflows/pr.yml            | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 47b519d44c..3c29b75a25 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -21,7 +21,7 @@ jobs:
       fail-fast: false
       matrix:
         os: [ubuntu-latest]
-        java_version: ['17', '21']
+        java_version: ['21', '25']
 
     steps:
     - uses: actions/checkout@v5
diff --git a/.github/workflows/maven_macos.yml 
b/.github/workflows/maven_macos.yml
index 261f30d77d..ad3173b5e7 100644
--- a/.github/workflows/maven_macos.yml
+++ b/.github/workflows/maven_macos.yml
@@ -23,7 +23,7 @@ jobs:
       uses: actions/setup-java@v5
       with:
         distribution: 'temurin'
-        java-version: '17'
+        java-version: '21'
 
     - name: Build with Maven
       run: mvn -B --file pom.xml -Dmaven.javadoc.skip=true install
diff --git a/.github/workflows/maven_windows.yml 
b/.github/workflows/maven_windows.yml
index 00d0d17d5c..819dd3afbc 100644
--- a/.github/workflows/maven_windows.yml
+++ b/.github/workflows/maven_windows.yml
@@ -25,7 +25,7 @@ jobs:
       uses: actions/setup-java@v5
       with:
         distribution: 'temurin'
-        java-version: '17'
+        java-version: '21'
 
     - name: copy checked out dir to /c/jena for windows-latest
       run: bash -c "cp -r /d/a/jena/jena /c/jena"
diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml
index 242ae32f23..3d4cf82295 100644
--- a/.github/workflows/pr.yml
+++ b/.github/workflows/pr.yml
@@ -24,7 +24,7 @@ jobs:
       matrix:
         jdk_distribution: ['temurin']
         os: [ubuntu-latest]
-        java_version: ['21']
+        java_version: ['25']
 
     runs-on: ${{ matrix.os }}
 

Reply via email to