Actualiser scripts/homestead.rb

This commit is contained in:
jm.dupuy 2024-06-13 11:10:59 +02:00
parent 0a4dd9822e
commit 876cdaba15

View File

@ -19,7 +19,7 @@ class Homestead
config.vm.define settings['name'] ||= 'homestead'
config.vm.box = settings['box'] ||= 'laravel/homestead'
unless settings.has_key?('SpeakFriendAndEnter')
config.vm.box_version = settings['version'] ||= '>= 14.0.2, < 15.0.0'
config.vm.box_version = settings['version'] ||= '14.0.2'
end
config.vm.hostname = settings['hostname'] ||= 'homestead'