Skip to content

Commit

Permalink
Adding PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
smokodon committed Dec 15, 2023
1 parent d215349 commit 7077dc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ if [[ $VERSION == nightly* || $VERSION == master* ]]; then
fi
fi

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

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

Expand Down Expand Up @@ -105,7 +105,7 @@ chmod +x bin/composer bin/phpunit

popd

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

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

0 comments on commit 7077dc6

Please sign in to comment.