You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -316,13 +316,7 @@ $ composer test
316
316
317
317
## Testing using [Docker](https://www.docker.com/)
318
318
Thanks to the [Docker image](https://hub.docker.com/r/splitbrain/phpfarm) of [phpfarm](https://github.com/fpoirotte/phpfarm), tests can be run locally under *any* PHP version using the cli:
319
-
- php-5.4
320
-
- php-5.5
321
-
- php-5.6
322
-
- php-7.0
323
-
- php-7.1
324
-
- php-7.2
325
-
- php-7.3
319
+
- php-7.4
326
320
327
321
First of all, you need to create your container which you can do using [docker-compose](https://docs.docker.com/compose/) by running the below command line from the root directory of the project:
328
322
```bash
@@ -332,7 +326,15 @@ $ docker-compose up -d --build
332
326
You then have a container named `package_base` in which you can run `composer` commands and `php cli` commands such as:
333
327
```bash
334
328
# install deps in container (using update ensure it does use the composer.lock file if there is any)
0 commit comments