Merge pull request #890 from alexmerlin/fix-github-workflows-docs

Fixed syntax error in `.github/workflows/docs.yml`
This commit is contained in:
Shivam Mathur 2024-12-02 09:20:29 +00:00 committed by GitHub
commit 19ba822314
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@ 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: