diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b506e1113b02fb71c1d3f6a02f65ee9a96718ad6..c1e780ada4b1a47f7211c0f68706e10bfd0ddb86 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,10 +9,10 @@ cache: paths: - composer-cache/ -# Test with PHP7.2 -test:php72: +# Test with PHP7.4 +test:php74: stage: test - image: cylab/php72 + image: cylab/php74 before_script: # Install all project dependencies - COMPOSER_CACHE_DIR=./composer-cache composer install