We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e17b2b0 commit 1f9b61eCopy full SHA for 1f9b61e
bin/compile
@@ -63,7 +63,7 @@ export PATH="$HOME/.phpenv/bin:$HOME/.php-build/bin:$PATH"
63
# Build the latest available binary version (if Xenial fails to build that he can just go away :/)
64
buildDefinition=${VERSION}
65
if [[ $VERSION == nightly* || $VERSION == master* ]]; then
66
- buildDefinition=8.4snapshot
+ buildDefinition=8.3snapshot
67
fi
68
69
php-build -i development "${buildDefinition}" "${INSTALL_DEST}/${VERSION}"
0 commit comments