From 9dec5892e77b6c8f01187b7c5ff104b9f956efeb Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Thu, 4 Jun 2020 07:14:14 +0530 Subject: [PATCH] Specify runner to the PHP 8.0 script --- src/scripts/linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/linux.sh b/src/scripts/linux.sh index 08e8bc35..294ea2f9 100644 --- a/src/scripts/linux.sh +++ b/src/scripts/linux.sh @@ -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.