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

[BUGFIX] Fix GitLab CI pipeline (#478)

Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.com>
This commit is contained in:
Łukasz Uznański 2022-07-13 13:14:52 +02:00 committed by GitHub
parent a4df7e4496
commit 53009a44ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View file

@ -5,8 +5,7 @@ func-php7.2-v10:
- mariadb:10
stage: test
needs:
- build-composer-dependencies
- php-lint-php7.2
script:
- composer require --no-progress typo3/minimal:"^10.4"
- composer require --prefer-dist --no-progress typo3/minimal:"^10.4"
- wait-for-it mariadb:3306 -t 60 --strict -- composer ci:tests:functional

View file

@ -3,8 +3,7 @@ unit-php7.2-v10:
image: php:7.2
stage: test
needs:
- build-composer-dependencies
- php-lint-php7.2
script:
- composer require --no-progress typo3/minimal:"^10.4"
- composer require --prefer-dist --no-progress typo3/minimal:"^10.4"
- composer ci:tests:unit