This is an automated email from the ASF dual-hosted git repository.
markt-asf 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 9ee81ab671 26 is now GA. Add 27 and 28 EA
9ee81ab671 is described below
commit 9ee81ab671383f27a647eb24fc83a2fe846a88d8
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Sep 2 15:45:07 2026 +0100
26 is now GA. Add 27 and 28 EA
---
.github/workflows/ci.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index cb52d5874a..578b1c0a19 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -36,13 +36,15 @@ jobs:
matrix:
isMain:
- ${{ contains(github.ref, 'main') }}
- java: [ 21, 25, 26-ea ]
+ java: [ 21, 25, 26, 27-ea, 28-ea ]
os: [ ubuntu-latest, windows-latest ]
exclude:
- os: windows-latest
java: 21
- os: windows-latest
java: 25
+ - os: windows-latest
+ java: 26
name: JDK${{ matrix.java }} ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]