Loading .gitlab-ci.yml +2 −6 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ coverage: stage: report only: - master image: php:8.1 # todo: php:8.4 image: php:8.4 artifacts: paths: - reports Loading Loading @@ -68,11 +68,7 @@ test-8.1: test-8.4: extends: .test stage: test image: php:8.4-rc script: - composer config platform.php '8.3.99' # fake version for now - composer update - vendor/bin/phpunit --fail-on-deprecation --fail-on-notice --fail-on-warning image: php:8.4 # latest PHP 8 test-8: Loading Loading
.gitlab-ci.yml +2 −6 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ coverage: stage: report only: - master image: php:8.1 # todo: php:8.4 image: php:8.4 artifacts: paths: - reports Loading Loading @@ -68,11 +68,7 @@ test-8.1: test-8.4: extends: .test stage: test image: php:8.4-rc script: - composer config platform.php '8.3.99' # fake version for now - composer update - vendor/bin/phpunit --fail-on-deprecation --fail-on-notice --fail-on-warning image: php:8.4 # latest PHP 8 test-8: Loading