Skip to content

Commit

Permalink
Adjust $nightly_versions on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Dec 18, 2020
1 parent c5e4d55 commit b7d1d9c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions src/scripts/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export cross="✗"
export curl_opts=(-sL)
export old_versions="5.[3-5]"
export jit_versions="8.[0-9]"
export nightly_versions="8.[1-9]"
export xdebug3_versions="7.[2-4]|8.[0-9]"
export tool_path_dir="/usr/local/bin"
export composer_bin="$HOME/.composer/vendor/bin"
Expand Down
1 change: 0 additions & 1 deletion src/scripts/darwin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ setup_php() {
# Variables
version=$1
dist=$2
nightly_versions="8.1"
brew_prefix="$(brew --prefix)"
tap_dir="$brew_prefix"/Homebrew/Library/Taps
export HOMEBREW_NO_INSTALL_CLEANUP=1
Expand Down
1 change: 0 additions & 1 deletion src/scripts/linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@ setup_php() {
# Variables
version=$1
dist=$2
nightly_versions="8.[0-1]"
debconf_fix="DEBIAN_FRONTEND=noninteractive"
apt_install="sudo $debconf_fix apt-fast install -y"
apt_remove="sudo $debconf_fix apt-fast remove -y"
Expand Down

0 comments on commit b7d1d9c

Please sign in to comment.