gitlab-ci

This commit is contained in:
R. Eric Wheeler 2021-03-04 11:44:17 -08:00
parent f5fe33582a
commit bc5da952ce
1 changed files with 1 additions and 1 deletions

View File

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