Skip to content

Commit 1f9b61e

Browse files
committed
8.3 nightly
1 parent e17b2b0 commit 1f9b61e

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
@@ -63,7 +63,7 @@ export PATH="$HOME/.phpenv/bin:$HOME/.php-build/bin:$PATH"
6363
# Build the latest available binary version (if Xenial fails to build that he can just go away :/)
6464
buildDefinition=${VERSION}
6565
if [[ $VERSION == nightly* || $VERSION == master* ]]; then
66-
buildDefinition=8.4snapshot
66+
buildDefinition=8.3snapshot
6767
fi
6868

6969
php-build -i development "${buildDefinition}" "${INSTALL_DEST}/${VERSION}"

0 commit comments

Comments
 (0)