diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d4f6f08..d40c92b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -82,9 +82,7 @@ test-8.1: test-8.2-control: extends: .test stage: test - image: php:8.2-rc + image: php:8.2 script: - # fake the version for some dependencies - - composer config platform.php '8.1.0' - composer update - vendor/bin/phpunit