From 7e0a66f0727bc61ed04a1a4007392d49e2e7f65b Mon Sep 17 00:00:00 2001 From: Clemens Queissner Date: Thu, 21 Mar 2024 14:57:08 +0100 Subject: [PATCH] chore: CD-306297 Designated branch for TYPO3 11 with PHP >8.0 --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed1ebc5f9..cc8d0802e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,8 @@ jobs: - name: Checkout uses: actions/checkout@v4 + with: + fetch-depth: 10 - name: Set up PHP Version ${{ matrix.php }} uses: shivammathur/setup-php@v2