fixing ci
This commit is contained in:
parent
7fa7c6c790
commit
a02f8e2d77
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ cache:
|
|||
|
||||
before_script:
|
||||
# Install PHP extensions
|
||||
- docker-php-ext-install mbstring mcrypt pdo_pgsql curl json intl gd xml zip bz2 opcache
|
||||
- docker-php-ext-install mbstring curl json intl gd xml zip bz2 opcache
|
||||
# Install & enable Xdebug for code coverage reports
|
||||
- pecl install xdebug
|
||||
- docker-php-ext-enable xdebug
|
||||
|
|
Loading…
Reference in a new issue