This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new 861a9d6a1c Move to 25 for CI 861a9d6a1c is described below commit 861a9d6a1cc30e11f7d666549ca43b973164f493 Author: remm <r...@apache.org> AuthorDate: Thu Jul 3 09:17:31 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 b5b7d5a98c..c2824b3740 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: matrix: isMain: - ${{ contains(github.ref, 'main') }} - java: [ 24, 25-ea ] + 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