Merge pull request #641 from jonnybarnes/develop

MTM: Add PHP 8.2 Support
This commit is contained in:
Jonny Barnes 2023-02-04 12:45:44 +00:00 committed by GitHub
commit cc782bc39a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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: services:
laravel.test: laravel.test:
build: build:
context: ./vendor/laravel/sail/runtimes/8.1 context: ./vendor/laravel/sail/runtimes/8.2
dockerfile: Dockerfile dockerfile: Dockerfile
args: args:
WWWGROUP: '${WWWGROUP}' WWWGROUP: '${WWWGROUP}'
image: sail-8.1/app image: sail-8.2/app
extra_hosts: extra_hosts:
- 'host.docker.internal:host-gateway' - 'host.docker.internal:host-gateway'
ports: ports: