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/01/19 19:39:18 UTC

[tomcat] branch main updated: Remove Java 11

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 b5d5ab9724 Remove Java 11
b5d5ab9724 is described below

commit b5d5ab9724965949ccfbe622cf2337f2f40739c0
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Jan 19 19:39:11 2023 +0000

    Remove Java 11
---
 .github/workflows/ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f94154c121..718d2c9c53 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -31,11 +31,11 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        java: [ 11, 17, 19, 20-ea ]
+        java: [ 17, 19, 20-ea ]
         os: [ ubuntu-latest ]
         include:
         - os: windows-latest
-          java: 11
+          java: 17
     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