Moved setup-php to correct location
This commit is contained in:
parent
6ee1c0986d
commit
390bbacd80
10
.github/workflows/php.yml
vendored
10
.github/workflows/php.yml
vendored
@ -1,10 +1,5 @@
|
|||||||
name: PHPUnit Tests
|
name: PHPUnit Tests
|
||||||
|
|
||||||
uses: shivammathur/setup-php@2.11.0
|
|
||||||
with:
|
|
||||||
php-version: '7.3'
|
|
||||||
extensions: 'xdebug'
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
@ -17,6 +12,11 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- uses: shivammathur/setup-php@2.11.0
|
||||||
|
with:
|
||||||
|
php-version: '7.3'
|
||||||
|
extensions: 'xdebug'
|
||||||
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Validate composer.json and composer.lock
|
- name: Validate composer.json and composer.lock
|
||||||
|
Reference in New Issue
Block a user