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 8d241a61f9 Check Java availability 8d241a61f9 is described below commit 8d241a61f9c04700873aee6272dcb4ff68fe7ecf Author: remm <r...@apache.org> AuthorDate: Wed Mar 19 00:19:07 2025 +0100 Check Java availability --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3802729125..6081f83dd6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: matrix: isMain: - ${{ contains(github.ref, 'main') }} - java: [ 21, 23, 24-ea ] + java: [ 21, 24, 25-ea ] os: [ ubuntu-latest, windows-latest, macos-latest ] exclude: - os: windows-latest @@ -41,9 +41,9 @@ jobs: - os: macos-latest java: 21 - os: windows-latest - java: 24-ea + java: 25-ea - os: macos-latest - java: 24-ea + java: 25-ea name: JDK${{ matrix.java }} ${{ matrix.os }} runs-on: ${{ matrix.os }} steps: --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org