Compare commits
1 Commits
58cd5d025e
...
b843124cd6
| Author | SHA1 | Date | |
|---|---|---|---|
| b843124cd6 |
@@ -118,7 +118,7 @@ runs:
|
|||||||
|
|
||||||
- name: Setup PHP
|
- name: Setup PHP
|
||||||
if: inputs.install-php == 'true'
|
if: inputs.install-php == 'true'
|
||||||
uses: shivammathur/setup-php@v2.36.0
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: ${{ inputs.php-version }}
|
php-version: ${{ inputs.php-version }}
|
||||||
extensions: ${{ inputs.php-extensions }}
|
extensions: ${{ inputs.php-extensions }}
|
||||||
|
|||||||
Reference in New Issue
Block a user