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.git


The following commit(s) were added to refs/heads/main by this push:
     new 029bb096ab Try not using multiple values in exclude
029bb096ab is described below

commit 029bb096abc0a7082ecaa378d9f185a9bf6f1606
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu May 11 15:44:21 2023 +0100

    Try not using multiple values in exclude
---
 .github/workflows/ci.yml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 05558d6912..182bda7660 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -37,9 +37,13 @@ jobs:
         os: [ ubuntu-latest, windows-latest ]
         exclude:
           - isMain: true
-            java: [ 17, 20 ]
+            java: 17
+          - isMain: true
+            java: 20
+          - os: windows-latest
+            java: 20
           - os: windows-latest
-            java: [ 20, 21-ea ]
+            java: 21-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