mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:36:13 +01:00
Fix typo in functional tests needs in gitlab (#606)
This commit is contained in:
parent
000fd583a8
commit
813c162421
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue