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 f540694008 Add 24 EA to investigate
f540694008 is described below

commit f5406940081f0ef22fb1d364b81499a95e97b0df
Author: remm <r...@apache.org>
AuthorDate: Mon Jul 8 17:23:36 2024 +0200

    Add 24 EA to investigate
---
 .github/workflows/ci.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index bf2399e61b..918dbe96ee 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
       matrix:
         isMain:
           - ${{ contains(github.ref, 'main') }}
-        java: [ 17, 21, 22 ]
+        java: [ 17, 21, 22, 24-ea ]
         os: [ ubuntu-latest, windows-latest, macos-latest ]
         exclude:
           - isMain: true
@@ -41,6 +41,10 @@ jobs:
             java: 21
           - os: macos-latest
             java: 21
+          - os: windows-latest
+            java: 24-ea
+          - os: macos-latest
+            java: 24-ea
     name: JDK${{ matrix.java }} ${{ matrix.os }}
     runs-on: ${{ matrix.os }}
     steps:


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

Reply via email to