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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org