From 813c162421b88fbd24fbc6ce9ae75795744290cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Uzna=C5=84ski?= Date: Wed, 5 Oct 2022 15:46:13 +0200 Subject: [PATCH] Fix typo in functional tests needs in gitlab (#606) --- .gitlab/pipeline/jobs/func-php8.1-v11.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/pipeline/jobs/func-php8.1-v11.yml b/.gitlab/pipeline/jobs/func-php8.1-v11.yml index b62a2a0..e964eb4 100644 --- a/.gitlab/pipeline/jobs/func-php8.1-v11.yml +++ b/.gitlab/pipeline/jobs/func-php8.1-v11.yml @@ -6,7 +6,7 @@ func-php8.1-v11: stage: test needs: - build-composer-dependencies - - php-lint-php8.0 + - php-lint-php8.1 script: - composer require --no-progress typo3/cms-core:"^11.5" - wait-for-it mariadb:3306 -t 60 --strict -- composer ci:tests:functional