Specify runner to the PHP 8.0 script

This commit is contained in:
Shivam Mathur 2020-06-04 07:14:14 +05:30
parent 94616818f0
commit 9dec5892e7
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A

View File

@ -284,7 +284,7 @@ add_blackfire() {
# Function to setup the nightly build from master branch.
setup_master() {
curl -sSL "$github"/php-builder/releases/latest/download/install.sh | bash
curl -sSL "$github"/php-builder/releases/latest/download/install.sh | bash -s "$runner"
}
# Function to setup PHP 5.3, PHP 5.4 and PHP 5.5.