This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push: new cc1885fd2c Move to 25 for CI cc1885fd2c is described below commit cc1885fd2cacd1c523d4f7c21c6b6c95ee4bf399 Author: remm <r...@apache.org> AuthorDate: Thu Jul 3 09:18:21 2025 +0200 Move to 25 for CI --- .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 319e9404e0..71a0ca8305 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: matrix: isMain: - ${{ contains(github.ref, 'main') }} - java: [ 24 ] + java: [ 25-ea ] os: [ ubuntu-latest ] name: JDK${{ matrix.java }} ${{ matrix.os }} runs-on: ${{ matrix.os }} --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org