Skip to content

Commit e872800

Browse files
authored
Compile 8*
1 parent ac9d393 commit e872800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ ln -sv ../sbin/php-fpm bin/php-fpm
8888

8989
# composer and phpunit
9090
curl -fsSL -o bin/composer http://getcomposer.org/composer.phar
91-
if [[ $VERSION == nightly* || $VERSION == master* || $VERSION == 7* || $VERSION == 8.0snapshot ]]; then
91+
if [[ $VERSION == nightly* || $VERSION == master* || $VERSION == 7* || $VERSION == 8* ]]; then
9292
PHPUNIT_ARCHIVE=phpunit.phar
9393
elif [[ $VERSION == 5.6* ]]; then
9494
PHPUNIT_ARCHIVE=phpunit-5.7.phar

0 commit comments

Comments
 (0)