Skip to content

Commit 7077dc6

Browse files
committed
Adding PHP 8.3
1 parent d215349 commit 7077dc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/compile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ if [[ $VERSION == nightly* || $VERSION == master* ]]; then
6969
fi
7070
fi
7171

72-
sudo php-build -i development "${buildDefinition}" "${INSTALL_DEST}/${VERSION}"
72+
php-build -i development "${buildDefinition}" "${INSTALL_DEST}/${VERSION}"
7373

7474
pushd "${INSTALL_DEST}/${VERSION}"
7575

@@ -105,7 +105,7 @@ chmod +x bin/composer bin/phpunit
105105

106106
popd
107107

108-
mkdir -p "${INSTALL_DEST}/${VERSION}/etc/conf.d"
108+
sudo mkdir -p "${INSTALL_DEST}/${VERSION}/etc/conf.d"
109109

110110
cat > "${INSTALL_DEST}/${VERSION}/etc/conf.d/travis.ini" <<EOF
111111
memory_limit = 1G

0 commit comments

Comments
 (0)