release: v3.0.0

This commit is contained in:
Nuno Maduro
2024-09-09 11:01:08 +01:00
parent d8e4a405ad
commit b17feef3f4
3 changed files with 7 additions and 4 deletions

View File

@ -69,7 +69,7 @@ If you want to check things work against a specific version of PHP, you may incl
the `PHP` build argument when building the image:
```bash
make build ARGS="--build-arg PHP=8.2"
make build ARGS="--build-arg PHP=8.3"
```
The default PHP version will always be the lowest version of PHP supported by Pest.