File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ matrix:
25
25
group : edge
26
26
- php : 5.5
27
27
- php : 5.6
28
- - php : 7.0
28
+ - php : 7.0.8
29
29
env : deps=high
30
30
- php : 7.1
31
31
env : deps=low
@@ -128,7 +128,7 @@ before_install:
128
128
129
129
- |
130
130
# Install extra PHP extensions
131
- if [[ ! $skip && $PHP = 7.0 ]]; then
131
+ if [[ ! $skip && $PHP = 7.0.* ]]; then
132
132
wget https://github.com/symfony/binary-utils/releases/download/v0.1/ldap-php70.tar.bz2
133
133
tar -xjf ldap-php70.tar.bz2
134
134
echo extension = $(pwd)/ldap.so >> $INI
@@ -197,10 +197,7 @@ install:
197
197
elif [[ $deps = high ]]; then
198
198
echo "$COMPONENTS" | parallel --gnu -j10% "tfold {} 'cd {} && $COMPOSER_UP && $PHPUNIT_X$LEGACY'"
199
199
elif [[ $deps = low ]]; then
200
- echo "$COMPONENTS" | parallel --gnu -j10% "tfold {} 'cd {} && $COMPOSER_UP --prefer-lowest --prefer-stable && $PHPUNIT_X'" &&
201
- # Test the PhpUnit bridge on PHP 5.3, using the original phpunit script
202
- tfold src/Symfony/Bridge/PhpUnit \
203
- "cd src/Symfony/Bridge/PhpUnit && wget https://phar.phpunit.de/phpunit-4.8.phar && phpenv global 5.3 && composer update --no-progress --ansi && php phpunit-4.8.phar"
200
+ echo "$COMPONENTS" | parallel --gnu -j10% "tfold {} 'cd {} && $COMPOSER_UP --prefer-lowest --prefer-stable && $PHPUNIT_X'"
204
201
elif [[ $PHP = hhvm* ]]; then
205
202
$PHPUNIT --exclude-group benchmark,intl-data
206
203
else
You can’t perform that action at this time.
0 commit comments