Fixed typo in GitHub workflows docs.yml

Signed-off-by: alexmerlin <alex@dotkernel.com>
This commit is contained in:
alexmerlin 2024-12-02 11:04:50 +02:00
parent 981ce2a75a
commit fb9c2a9f77

View File

@ -21,7 +21,7 @@ jobs:
- name: Setup PHP - name: Setup PHP
uses: shivammathur/setup-php@v2 uses: shivammathur/setup-php@v2
with: with:
php-version: ${{ matrix.php-versions php-version: ${{ matrix.php-versions }}
tools: none tools: none
- name: Create file with all extensions for Linux and macOS - name: Create file with all extensions for Linux and macOS
env: env: