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

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


The following commit(s) were added to refs/heads/main by this push:
     new 9fe959c  Run TCKs on Java 25 as well as Java 21.
9fe959c is described below

commit 9fe959caa067830421108fc6bf6cf190df44108f
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Sep 24 16:55:13 2025 +0100

    Run TCKs on Java 25 as well as Java 21.
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 364a13c..12b703e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        java: [ 21 ]
+        java: [ 21, 25 ]
         os: [ ubuntu-latest, windows-latest, macos-latest ]
           
     name: JDK${{ matrix.java }} ${{ matrix.os }}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to