From 981ce2a75a448a4f93da1745e08798b82942f0a7 Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Sun, 1 Dec 2024 07:14:07 +0530 Subject: [PATCH] Do not add composer in docs workflow --- .github/workflows/docs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index e85d4b44..8deb840a 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -21,7 +21,8 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: ${{ matrix.php-versions }} + php-version: ${{ matrix.php-versions + tools: none - name: Create file with all extensions for Linux and macOS env: file: php${{ matrix.php-versions }}-${{ matrix.operating-system }}.md @@ -41,6 +42,7 @@ jobs: with: php-version: ${{ matrix.php-versions }} extensions: none + tools: none - name: Create final file for Linux and macOS env: file: php${{ matrix.php-versions }}-${{ matrix.operating-system }}.md