Skip to content

Commit bddf15b

Browse files
authored
Fix leftover mention of PHP 7
1 parent 6d56992 commit bddf15b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ Local `db` directory stores mysql database files and `drupal` hold core.
3434

3535
```yaml
3636
web:
37-
#build: php7/.
37+
#build: php8/.
3838
# path to your custom container.
39-
build: php7-pgsql/.
39+
build: php8-pgsql/.
4040
```
4141
4242
#### XDebug support

0 commit comments

Comments
 (0)