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 74a2ef97e5 Update Java version matrix 74a2ef97e5 is described below commit 74a2ef97e5c47e5adf6bcdec7c22fefd7c38bcc6 Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Jun 20 11:51:30 2022 +0100 Update Java version matrix All currently supported versions and current EA versions --- .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 52b1fa913d..0fd4017048 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: strategy: fail-fast: false matrix: - java: [ 11, 16, 17-ea ] + java: [ 11, 17, 18, 19-ea, 20-ea ] os: [ ubuntu-latest ] include: - os: windows-latest --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org