Add PHP 8.2 support

This commit is contained in:
Jonny Barnes 2023-02-04 12:38:22 +00:00
parent 0794c8a754
commit 4cb246aad2
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8
2 changed files with 229 additions and 223 deletions

448
composer.lock generated

File diff suppressed because it is too large Load diff

View file

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