mirror of
https://github.com/shivammathur/setup-php.git
synced 2024-11-23 04:11:06 +07:00
Specify runner to the PHP 8.0 script
This commit is contained in:
parent
94616818f0
commit
9dec5892e7
@ -284,7 +284,7 @@ add_blackfire() {
|
|||||||
|
|
||||||
# Function to setup the nightly build from master branch.
|
# Function to setup the nightly build from master branch.
|
||||||
setup_master() {
|
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.
|
# Function to setup PHP 5.3, PHP 5.4 and PHP 5.5.
|
||||||
|
Loading…
Reference in New Issue
Block a user