Do not add composer in docs workflow

This commit is contained in:
Shivam Mathur 2024-12-01 07:14:07 +05:30
parent d97b3754a8
commit 981ce2a75a
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A

View File

@ -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