File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -60,12 +60,11 @@ set -o xtrace
60
60
61
61
export PATH=" $HOME /.phpenv/bin:$HOME /.php-build/bin:$PATH "
62
62
63
- buildDefinition=${VERSION}
64
63
if [[ $VERSION == nightly* || $VERSION == master* ]]; then
65
- buildDefinition =8.0snapshot
64
+ VERSION =8.0snapshot
66
65
fi
67
66
68
- php-build -i development " ${buildDefinition } " " ${INSTALL_DEST} /${VERSION} "
67
+ php-build -i development " ${VERSION } " " ${INSTALL_DEST} /${VERSION} "
69
68
70
69
pushd " ${INSTALL_DEST} /${VERSION} "
71
70
@@ -88,7 +87,7 @@ ln -sv ../sbin/php-fpm bin/php-fpm
88
87
89
88
# composer and phpunit
90
89
curl -fsSL -o bin/composer http://getcomposer.org/composer.phar
91
- if [[ $VERSION == nightly* || $VERSION == master* || $VERSION == 7* ]]; then
90
+ if [[ $VERSION == nightly* || $VERSION == master* || $VERSION == 7* || $VERSION == 8.0snapshot ]]; then
92
91
PHPUNIT_ARCHIVE=phpunit.phar
93
92
elif [[ $VERSION == 5.6* ]]; then
94
93
PHPUNIT_ARCHIVE=phpunit-5.7.phar
You can’t perform that action at this time.
0 commit comments