Set action PHP version to 7.4
This commit is contained in:
parent
390bbacd80
commit
353b163471
4
.github/workflows/php.yml
vendored
4
.github/workflows/php.yml
vendored
@ -14,9 +14,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: shivammathur/setup-php@2.11.0
|
- uses: shivammathur/setup-php@2.11.0
|
||||||
with:
|
with:
|
||||||
php-version: '7.3'
|
php-version: '7.4'
|
||||||
extensions: 'xdebug'
|
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