Switch local setup to PHP8.5

Also pull in config changes from upstream laravel/laravel
This commit is contained in:
Jonny Barnes 2025-12-13 15:53:00 +00:00
commit d3d6913474
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8
11 changed files with 77 additions and 26 deletions

View file

@ -2,11 +2,11 @@
services:
laravel.test:
build:
context: ./vendor/laravel/sail/runtimes/8.4
context: ./vendor/laravel/sail/runtimes/8.5
dockerfile: Dockerfile
args:
WWWGROUP: '${WWWGROUP}'
image: sail-8.4/app
image: sail-8.5/app
extra_hosts:
- 'host.docker.internal:host-gateway'
ports: