Fixed syntax
This commit is contained in:
parent
83900d915d
commit
6ee1c0986d
6
.github/workflows/php.yml
vendored
6
.github/workflows/php.yml
vendored
@ -1,9 +1,9 @@
|
|||||||
name: PHPUnit Tests
|
name: PHPUnit Tests
|
||||||
|
|
||||||
uses: shivammathur/setup-php@2.11.0
|
uses: shivammathur/setup-php@2.11.0
|
||||||
with:
|
with:
|
||||||
php-version: '7.3'
|
php-version: '7.3'
|
||||||
extensions: 'xdebug'
|
extensions: 'xdebug'
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
Reference in New Issue
Block a user