Skip to content

Commit a6c3e42

Browse files
committed
Fixed typo
1 parent 6a9f7b2 commit a6c3e42

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# jsunier/php-symfony-test
22

3-
Docker image to run PHPUnit with Symfony on PHP7.1.
3+
Docker image to run PHPUnit with Symfony on PHP7.1/PHP7.2.
44

55
The image is published on the [Docker Hub](https://hub.docker.com) at this address : https://hub.docker.com/r/jsunier/php-symfony-test.
66

@@ -10,7 +10,7 @@ This image contains multiple versions available for testing your code with PHPUn
1010

1111
## Informations
1212

13-
For now, there is only two available database adapters for he available PHP versions:
13+
For now, there is only two available database adapters for the available PHP versions:
1414

1515
* PostgreSQL
1616
* MySQL/MariaDB
@@ -27,6 +27,12 @@ List of PHP extensions installed:
2727
* pdo
2828
* imagick
2929

30+
### Architectures available
31+
32+
Images are compiled for these architectures:
33+
34+
* `amd64`
35+
3036
## PHP7.1
3137

3238
### PostgreSQL

0 commit comments

Comments
 (0)