From d77553f9ba55118de8e40ef02aa6695232ca51d4 Mon Sep 17 00:00:00 2001 From: Christian Kuhn Date: Tue, 25 Nov 2025 14:41:04 +0100 Subject: [PATCH] [TASK] Stop testing branch 7 in CI nightly v7 is for TYPO3 v11 with v12 compat. TYPO3 core v11 is out of community support, we now stop testing testing framework v7. --- .github/workflows/nightly-7.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/nightly-7.yml diff --git a/.github/workflows/nightly-7.yml b/.github/workflows/nightly-7.yml deleted file mode 100644 index b9f081d6..00000000 --- a/.github/workflows/nightly-7.yml +++ /dev/null @@ -1,23 +0,0 @@ ---- -name: "nightly-7" -on: - schedule: - - cron: '42 5 * * *' - workflow_dispatch: - -jobs: - nightly-7: - name: "dispatch-nightly-7" - runs-on: ubuntu-22.04 - permissions: write-all - steps: - - name: Checkout '7' - uses: actions/checkout@v4 - with: - ref: '7' - - - name: Execute 'ci.yml' on '7' - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - gh workflow run ci.yml --ref 7