This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new db84e5f412 Use Java 25 for Tomcat 9
db84e5f412 is described below
commit db84e5f412b3fba625cd373783e3a5af365a944e
Author: remm <[email protected]>
AuthorDate: Wed Sep 17 09:31:28 2025 +0200
Use Java 25 for Tomcat 9
Due to Java 8 compatibility, Tomcat 9 will likely stay on Java 25.
---
.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 c2824b3740..ec7fc82176 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
matrix:
isMain:
- ${{ contains(github.ref, 'main') }}
- java: [ 25-ea ]
+ java: [ 25 ]
os: [ ubuntu-latest ]
name: JDK${{ matrix.java }} ${{ matrix.os }}
runs-on: ${{ matrix.os }}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]