You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2023/05/11 14:42:08 UTC

[tomcat] branch main updated: Another attempt to configure test matrix

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 9766d5d834 Another attempt to configure test matrix
9766d5d834 is described below

commit 9766d5d8345b9234da3e02295a802d1b6570a4fb
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu May 11 15:42:01 2023 +0100

    Another attempt to configure test matrix
---
 .github/workflows/ci.yml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b32153efe3..05558d6912 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -34,13 +34,12 @@ jobs:
         isMain:
           - ${{ contains(github.ref, 'main') }}
         java: [ 17, 20, 21-ea ]
-        os: [ ubuntu-latest ]
-        include:
-        - os: windows-latest
-          java: 17
+        os: [ ubuntu-latest, windows-latest ]
         exclude:
           - isMain: true
             java: [ 17, 20 ]
+          - os: windows-latest
+            java: [ 20, 21-ea ]
     name: JDK${{ matrix.java }} ${{ matrix.os }}
     runs-on: ${{ matrix.os }}
     steps:


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