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 aa919f6  Drop Java 8 for Linux. Move Windows build to Java 11.
aa919f6 is described below

commit aa919f6be1a75d4b9615bb7e0f76f85119af2c1b
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Jul 27 16:55:32 2021 +0100

    Drop Java 8 for Linux. Move Windows build to 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 e2b5177..52b1fa9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -28,11 +28,11 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        java: [ 8, 11, 16, 17-ea ]
+        java: [ 11, 16, 17-ea ]
         os: [ ubuntu-latest ]
         include:
         - os: windows-latest
-          java: 8
+          java: 11
     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