Skip to content

Commit

Permalink
Revert "Switch to PHP 8.1 (#289)" (#291)
Browse files Browse the repository at this point in the history
This reverts commit 741ffbc.
  • Loading branch information
driesvints authored Nov 26, 2021
1 parent b0683be commit 10e0494
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.1
context: ./vendor/laravel/sail/runtimes/8.0
dockerfile: Dockerfile
args:
WWWGROUP: '${WWWGROUP}'
image: sail-8.1/app
image: sail-8.0/app
extra_hosts:
- 'host.docker.internal:host-gateway'
ports:
Expand Down

0 comments on commit 10e0494

Please sign in to comment.