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
|`ghcr.io/edgedesigncz/phpqa:v1.26.2-php7.2`| 7.2 | 1.8.0 | Versions that supports symfony2 components from default composer.lock. Not [latest versions](https://github.com/EdgedesignCZ/phpqa/issues/159#issuecomment-452794397). |
136
-
|`ghcr.io/edgedesigncz/phpqa:v1.26.2-php8.1`| 8.1 | 2.2.12 | Generally, latest versions available at the moment. If you need different versions, then [build custom docker image](https://github.com/EdgedesignCZ/phpqa/issues/210)|
133
+
| Image | PHP version | Tools versions |
134
+
| ----- | ----------- | ----- |
135
+
|`ghcr.io/edgedesigncz/phpqa:v1.27.0-php7.2`| 7.2 | Versions that supports symfony2 components. Not [latest versions](https://github.com/EdgedesignCZ/phpqa/issues/159#issuecomment-452794397). |
|`ghcr.io/edgedesigncz/phpqa:v1.27.0-php8.4`| 8.4 | Generally, latest versions available at the moment. If you need different versions, then [build custom docker image](https://github.com/EdgedesignCZ/phpqa/issues/210)|
137
140
138
141
Beware that images as lean as possible. That can be a problem for running PHPUnit tests.
139
142
In that case, you might need different PHP version, miss PHP extensions for database etc.
140
143
You can [install phpqa](https://gitlab.com/costlocker/integrations/blob/213aab7/.ci/get-phpqa-binary#L40) in another [php image](https://gitlab.com/costlocker/integrations/blob/213aab7/.ci/.gitlab-ci.yml#L28)
141
144
Or [build custom docker image](https://github.com/EdgedesignCZ/phpqa/issues/168#issuecomment-489180974).
142
145
143
146
```bash
144
-
docker run --rm -it ghcr.io/edgedesigncz/phpqa:v1.26.2-php7.2 sh -c "php --version && composer --version && composer outdated --direct --all && phpqa tools"
145
-
docker run --rm -it ghcr.io/edgedesigncz/phpqa:v1.26.2-php8.1 sh -c "php --version && composer --version && composer outdated --direct --all && phpqa tools"
147
+
docker run --rm -it ghcr.io/edgedesigncz/phpqa:v1.27.0-php7.2 sh -c "php --version && composer --version && composer outdated --direct --all && phpqa tools"
148
+
docker run --rm -it ghcr.io/edgedesigncz/phpqa:v1.27.0-php8.4 sh -c "php --version && composer --version && composer outdated --direct --all && phpqa tools"
146
149
```
147
150
148
151
There are also available images [eko3alpha/docker-phpqa](https://hub.docker.com/r/eko3alpha/docker-phpqa/) and [sparkfabrik/docker-phpqa](https://hub.docker.com/r/sparkfabrik/docker-phpqa/).
0 commit comments