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

alien11689 pushed a commit to branch ARIES-2165-test-some-modules-on-java-25
in repository https://gitbox.apache.org/repos/asf/aries.git

commit 90e1f96502367cf8f4ab2645d8f6fb2008faa153
Author: Dominik Przybysz <[email protected]>
AuthorDate: Thu Jan 29 22:48:49 2026 +0100

    ARIES-2165: Run eas-ant, pushstream, quiesce, testsupport, util, 
versioning, web on Java 25
---
 .github/workflows/esa-ant-task.yml | 2 +-
 .github/workflows/pushstream.yml   | 2 +-
 .github/workflows/quiesce.yml      | 2 +-
 .github/workflows/testsupport.yml  | 2 +-
 .github/workflows/util.yml         | 2 +-
 .github/workflows/versioning.yml   | 2 +-
 .github/workflows/web.yml          | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/esa-ant-task.yml 
b/.github/workflows/esa-ant-task.yml
index ddba5d6d5..929b557c2 100644
--- a/.github/workflows/esa-ant-task.yml
+++ b/.github/workflows/esa-ant-task.yml
@@ -31,7 +31,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        java: [ 8, 11, 17, 21 ]
+        java: [ 8, 11, 17, 21, 25 ]
         os: [ ubuntu-latest ]
     name: JDK${{ matrix.java }} ${{ matrix.os }}
     runs-on: ${{ matrix.os }}
diff --git a/.github/workflows/pushstream.yml b/.github/workflows/pushstream.yml
index 9f2b27649..607451e64 100644
--- a/.github/workflows/pushstream.yml
+++ b/.github/workflows/pushstream.yml
@@ -31,7 +31,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        java: [ 8, 11, 17, 21 ]
+        java: [ 8, 11, 17, 21, 25 ]
         os: [ ubuntu-latest ]
     name: JDK${{ matrix.java }} ${{ matrix.os }}
     runs-on: ${{ matrix.os }}
diff --git a/.github/workflows/quiesce.yml b/.github/workflows/quiesce.yml
index 2c29dd82b..03185aff1 100644
--- a/.github/workflows/quiesce.yml
+++ b/.github/workflows/quiesce.yml
@@ -34,7 +34,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        java: [ 8, 11, 17, 21 ]
+        java: [ 8, 11, 17, 21, 25 ]
         os: [ ubuntu-latest ]
     name: JDK${{ matrix.java }} ${{ matrix.os }}
     runs-on: ${{ matrix.os }}
diff --git a/.github/workflows/testsupport.yml 
b/.github/workflows/testsupport.yml
index 870568b2a..dc5cdf905 100644
--- a/.github/workflows/testsupport.yml
+++ b/.github/workflows/testsupport.yml
@@ -31,7 +31,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        java: [ 8, 11, 17, 21]
+        java: [ 8, 11, 17, 21, 25 ]
         os: [ ubuntu-latest ]
     name: JDK${{ matrix.java }} ${{ matrix.os }}
     runs-on: ${{ matrix.os }}
diff --git a/.github/workflows/util.yml b/.github/workflows/util.yml
index 66380be1f..5ddb61e79 100644
--- a/.github/workflows/util.yml
+++ b/.github/workflows/util.yml
@@ -32,7 +32,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        java: [ 8, 11, 17, 21 ]
+        java: [ 8, 11, 17, 21, 25 ]
         os: [ ubuntu-latest ]
     name: JDK${{ matrix.java }} ${{ matrix.os }}
     runs-on: ${{ matrix.os }}
diff --git a/.github/workflows/versioning.yml b/.github/workflows/versioning.yml
index ce14a90e0..43f2cca94 100644
--- a/.github/workflows/versioning.yml
+++ b/.github/workflows/versioning.yml
@@ -31,7 +31,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        java: [ 8, 11, 17, 21 ]
+        java: [ 8, 11, 17, 21, 25 ]
         os: [ ubuntu-latest ]
     name: JDK${{ matrix.java }} ${{ matrix.os }}
     runs-on: ${{ matrix.os }}
diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml
index 96106e647..d876e9543 100644
--- a/.github/workflows/web.yml
+++ b/.github/workflows/web.yml
@@ -34,7 +34,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        java: [ 8, 11, 17, 21 ]
+        java: [ 8, 11, 17, 21, 25 ]
         os: [ ubuntu-latest ]
     name: JDK${{ matrix.java }} ${{ matrix.os }}
     runs-on: ${{ matrix.os }}

Reply via email to