mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-01-18 22:31:45 +07:00
Merge pull request #890 from alexmerlin/fix-github-workflows-docs
Fixed syntax error in `.github/workflows/docs.yml`
This commit is contained in:
commit
19ba822314
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user