This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push: new 3440f4bb4a Move to 25 for CI 3440f4bb4a is described below commit 3440f4bb4aca6202e63e32f6e9166f2edfbce3be Author: remm <r...@apache.org> AuthorDate: Thu Jul 3 09:18:42 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 a7c8ceab5b..11f154fce0 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