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 8b4c51fa96 Java 28-ea appears to not be available yet
8b4c51fa96 is described below
commit 8b4c51fa969fcfd479330920e432558256f85213
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Sep 2 17:36:59 2026 +0100
Java 28-ea appears to not be available yet
---
.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 578b1c0a19..46950e960c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
matrix:
isMain:
- ${{ contains(github.ref, 'main') }}
- java: [ 21, 25, 26, 27-ea, 28-ea ]
+ java: [ 21, 25, 26, 27-ea ]
os: [ ubuntu-latest, windows-latest ]
exclude:
- os: windows-latest
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]