Skip to content

Commit

Permalink
✨ ❄️ πŸ’Ž πŸ”– Default to PHP 7.2 Tag v7.0.0 (#743)
Browse files Browse the repository at this point in the history
  • Loading branch information
svpernova09 authored Nov 30, 2017
1 parent c2a939d commit 1784f1e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,3 @@ matrix:
env: dependencies=lowest
allow_failures:
- php: 5.6
- php: 7.2

2 changes: 1 addition & 1 deletion bin/homestead
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

require __DIR__.'/../../../autoload.php';

$app = new Symfony\Component\Console\Application('Laravel Homestead', '6.6.0');
$app = new Symfony\Component\Console\Application('Laravel Homestead', '7.0.0');

$app->add(new Laravel\Homestead\MakeCommand);

Expand Down
2 changes: 1 addition & 1 deletion scripts/homestead.rb
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def Homestead.configure(config, settings)
params += " )"
end
s.path = scriptDir + "/serve-#{type}.sh"
s.args = [site["map"], site["to"], site["port"] ||= "80", site["ssl"] ||= "443", site["php"] ||= "7.1", params ||= ""]
s.args = [site["map"], site["to"], site["port"] ||= "80", site["ssl"] ||= "443", site["php"] ||= "7.2", params ||= ""]
end

# Configure The Cron Schedule
Expand Down

0 comments on commit 1784f1e

Please sign in to comment.