mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 23:56:13 +02:00

Fix typo in functional tests needs in gitlab (#606)

This commit is contained in:
Łukasz Uznański 2022-10-05 15:46:13 +02:00 committed by GitHub
parent 000fd583a8
commit 813c162421
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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