Skip to content

Commit

Permalink
Default to PHP 8.3 (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jubeki authored Jan 3, 2024
1 parent 9fa62a7 commit 65a7764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stubs/docker-compose.stub
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
services:
laravel.test:
build:
context: ./vendor/laravel/sail/runtimes/8.2
context: ./vendor/laravel/sail/runtimes/8.3
dockerfile: Dockerfile
args:
WWWGROUP: '${WWWGROUP}'
image: sail-8.2/app
image: sail-8.3/app
extra_hosts:
- 'host.docker.internal:host-gateway'
ports:
Expand Down

0 comments on commit 65a7764

Please sign in to comment.