Skip to content

Commit

Permalink
Require box 14 < 15
Browse files Browse the repository at this point in the history
  • Loading branch information
svpernova09 committed Jan 12, 2024
1 parent 0377a24 commit a7f1e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/homestead.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def self.configure(config, settings)
config.vm.define settings['name'] ||= 'homestead'
config.vm.box = settings['box'] ||= 'laravel/homestead'
unless settings.has_key?('SpeakFriendAndEnter')
config.vm.box_version = settings['version'] ||= '>= 15.0.0, < 16.0.0'
config.vm.box_version = settings['version'] ||= '>= 14.0.0, < 15.0.0'
end
config.vm.hostname = settings['hostname'] ||= 'homestead'

Expand Down

0 comments on commit a7f1e9b

Please sign in to comment.