diff --git a/includes/tests/lint.yml b/includes/tests/lint.yml index 80a36ade93035328a051d474a6cae680a5b61279..069ce75347291049caf5a72d6358ef0fec57b110 100644 --- a/includes/tests/lint.yml +++ b/includes/tests/lint.yml @@ -2,11 +2,11 @@ stage: tests script: - composer install --no-dev - - find -name '*.php' -print0 |xargs -n1 -0 -P16 php -l |grep -v "No syntax errors detected" + - find -name '*.php' -print0 |xargs -n1 -0 -P16 php -l |grep -v "No syntax errors detected" || exit 0 -lint:8.1: +lint:8.2: <<: *lint-tmpl - image: gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:8.1 + image: gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:8.2 lint:7.2: <<: *lint-tmpl