Skip to content

Commit

Permalink
Revert "Revert "Switch to PHP 8.1 (#289)" (#291)"
Browse files Browse the repository at this point in the history
This reverts commit 10e0494.
  • Loading branch information
driesvints authored Nov 29, 2021
1 parent 4801593 commit 56f9e89
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 56f9e89

Please sign in to comment.