This is an automated email from the ASF dual-hosted git repository. remm 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 68932913ef Try out 23 68932913ef is described below commit 68932913ef56b1ead43b9a64cb0de6588940a5a6 Author: remm <r...@apache.org> AuthorDate: Wed Sep 18 12:44:00 2024 +0200 Try out 23 --- .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 7d49195292..0849a31230 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: matrix: isMain: - ${{ contains(github.ref, 'main') }} - java: [ 17, 21, 22, 24-ea ] + java: [ 17, 21, 23, 24-ea ] os: [ ubuntu-latest, windows-latest, macos-latest ] exclude: - isMain: true --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org