Skip to content

Commit

Permalink
Switch to PHP 8.1 (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints authored Nov 26, 2021
1 parent 31edbfe commit 741ffbc
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 @@ -3,11 +3,11 @@ version: '3'
services:
laravel.test:
build:
context: ./vendor/laravel/sail/runtimes/8.0
context: ./vendor/laravel/sail/runtimes/8.1
dockerfile: Dockerfile
args:
WWWGROUP: '${WWWGROUP}'
image: sail-8.0/app
image: sail-8.1/app
extra_hosts:
- 'host.docker.internal:host-gateway'
ports:
Expand Down

0 comments on commit 741ffbc

Please sign in to comment.