diff options
author | Mario <mario@mariovavti.com> | 2020-11-26 09:26:37 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-11-26 09:26:37 +0000 |
commit | de054026f25233fe47938c32777605bb900253f3 (patch) | |
tree | c95044796ee9cfcdd09232989edac45cfb7b83e8 /.gitlab-ci.yml | |
parent | 175b45d1ed501ae2392d256e399e8668e3192dc4 (diff) | |
download | volse-hubzilla-de054026f25233fe47938c32777605bb900253f3.tar.gz volse-hubzilla-de054026f25233fe47938c32777605bb900253f3.tar.bz2 volse-hubzilla-de054026f25233fe47938c32777605bb900253f3.zip |
try phpunit 9, remove dbunit (not compatible and abandoned), re-enable xdebug
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index efe0843a1..0b3b8eaf6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,8 +34,8 @@ before_script: # pecl and composer do not work with PHP production restrictions (from Hubzilla Docker image) - if [ -f /usr/local/etc/php/conf.d/z_prod.ini ]; then mv /usr/local/etc/php/conf.d/z_prod.ini /usr/local/etc/php/conf.d/z_prod.ini.off; fi # Install & enable Xdebug for code coverage reports -#- pecl install xdebug -#- docker-php-ext-enable xdebug +- pecl install xdebug +- docker-php-ext-enable xdebug # Install composer - curl -sS https://getcomposer.org/installer | php # Install dev libraries from composer |