Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ cache: # cache dependencies - composer config -g cache-dir "$(pwd)/.composer-cache" script: - composer update - composer update --ignore-platform-req=php - vendor/bin/phpunit --fail-on-deprecation --fail-on-notice --fail-on-warning # lowest version with lowest dependencies Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ cache: # cache dependencies - composer config -g cache-dir "$(pwd)/.composer-cache" script: - composer update - composer update --ignore-platform-req=php - vendor/bin/phpunit --fail-on-deprecation --fail-on-notice --fail-on-warning # lowest version with lowest dependencies Loading