gitlab-ci
This commit is contained in:
parent
f5fe33582a
commit
bc5da952ce
|
@ -15,7 +15,7 @@ before_script:
|
|||
- pecl install xdebug
|
||||
- docker-php-ext-enable xdebug
|
||||
- >
|
||||
if [ "$CI_JOB_NAME" == "test:7.4" || "$CI_JOB_NAME" == "test:8.0" ]; then
|
||||
if [ "$CI_JOB_NAME" == "test:7.4" ] || [ "$CI_JOB_NAME" == "test:8.0" ]; then
|
||||
pecl install ds && docker-php-ext-enable ds
|
||||
fi
|
||||
# Install and run Composer
|
||||
|
|
Loading…
Reference in New Issue