diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c611ca94bf799bda24e16863a3c3dba5d1bdf703..9477420dea1c587d8fa31cdaedd904ae94b92a96 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,7 +42,7 @@ psalm: stage: test allow_failure: true script: - - sudo update-alternatives --set php /usr/bin/php7.3 + - sudo update-alternatives --set php /usr/bin/php7.4 - composer install - composer run psalm @@ -50,7 +50,7 @@ phpstan: stage: test allow_failure: true script: - - sudo update-alternatives --set php /usr/bin/php7.3 + - sudo update-alternatives --set php /usr/bin/php7.4 - composer install - composer run phpstan @@ -58,6 +58,6 @@ cs-fixer: stage: test allow_failure: true script: - - sudo update-alternatives --set php /usr/bin/php7.3 + - sudo update-alternatives --set php /usr/bin/php7.4 - composer install - composer run cs