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

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


The following commit(s) were added to refs/heads/main by this push:
     new f757b67c52 Still no 25 on MacOS
f757b67c52 is described below

commit f757b67c52949b4f59705c5fd1f11a22cf6333f6
Author: remm <r...@apache.org>
AuthorDate: Mon Aug 25 14:17:40 2025 +0200

    Still no 25 on MacOS
---
 .github/workflows/ci.yml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 14fda03409..0695e3a232 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -33,13 +33,19 @@ jobs:
       matrix:
         isMain:
           - ${{ contains(github.ref, 'main') }}
-        java: [ 21, 25-ea ]
+        java: [ 21, 24, 25-ea ]
         os: [ ubuntu-latest, windows-latest, macos-latest ]
         exclude:
           - os: windows-latest
             java: 21
           - os: macos-latest
             java: 21
+          - os: ubuntu-latest
+            java: 24
+          - os: windows-latest
+            java: 24
+          - os: macos-latest
+            java: 25-ea
     name: JDK${{ matrix.java }} ${{ matrix.os }}
     runs-on: ${{ matrix.os }}
     steps:
@@ -65,3 +71,4 @@ jobs:
           hs_err_*.log
           output/build/logs/TEST*.txt
         retention-days: 7
+


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to