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 6284e02a88 Fix workflow 6284e02a88 is described below commit 6284e02a880d00f389c8942e8ec4d3b5543f8fb2 Author: remm <r...@apache.org> AuthorDate: Sun Sep 1 11:01:30 2024 +0200 Fix workflow --- .github/workflows/ci.yml | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 918dbe96ee..3bd36c6fc7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,12 +15,10 @@ name: Smoke Test on: push: branches: - - main - - 10.1.x - - 9.0.x + - 11.0.x pull_request: branches: - - main + - 11.0.x env: LC_ALL: en_US.UTF-8 @@ -32,19 +30,8 @@ jobs: matrix: isMain: - ${{ contains(github.ref, 'main') }} - java: [ 17, 21, 22, 24-ea ] - os: [ ubuntu-latest, windows-latest, macos-latest ] - exclude: - - isMain: true - java: 17 - - os: windows-latest - java: 21 - - os: macos-latest - java: 21 - - os: windows-latest - java: 24-ea - - os: macos-latest - java: 24-ea + java: [ 22 ] + os: [ ubuntu-latest ] 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