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 2022/09/23 10:23:05 UTC

[tomcat] branch main updated: Update Java versions used for GitHub actions

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 e80eab474e Update Java versions used for GitHub actions
e80eab474e is described below

commit e80eab474eea440c7a37097a4cd84263ee43152e
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Sep 23 11:22:52 2022 +0100

    Update Java versions used for GitHub actions
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c133b72fe4..405d36fa79 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        java: [ 11, 17, 18, 19-ea ]
+        java: [ 11, 17, 19, 20-ea ]
         os: [ ubuntu-latest ]
         include:
         - os: windows-latest


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