Update php.yml
parent
560065bd18
commit
d4d5a77380
|
@ -34,7 +34,7 @@ jobs:
|
||||||
- name: Setup PHP
|
- name: Setup PHP
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: '7.2'
|
php-version: '7.4'
|
||||||
extensions: imagick, intl, xml, mysql, bcmath #optional, setup extensions
|
extensions: imagick, intl, xml, mysql, bcmath #optional, setup extensions
|
||||||
ini-values: post_max_size=256M, short_open_tag=On #optional, setup php.ini configuration
|
ini-values: post_max_size=256M, short_open_tag=On #optional, setup php.ini configuration
|
||||||
coverage: xdebug #optional, setup coverage driver
|
coverage: xdebug #optional, setup coverage driver
|
||||||
|
|
Loading…
Reference in New Issue