diff --git a/CHANGELOG.md b/CHANGELOG.md index 80a913b1..3d2cb062 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog +## v1.23.2 + +* [#187](https://github.com/EdgedesignCZ/phpqa/issues/187) phpmetrics - fix analyzing multiple extensions in v1 + ## v1.23.1 * [#184](https://github.com/EdgedesignCZ/phpqa/issues/184) Fix supporting `php-cs-fixer.config` path with spaces diff --git a/README.md b/README.md index 3d968ee2..096a2504 100644 --- a/README.md +++ b/README.md @@ -129,9 +129,9 @@ Beware that the image is as lean as possible. That can be a problem for running In that case, you might miss PHP extensions for database etc (_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)_). ```bash -docker run --rm -it zdenekdrahos/phpqa:v1.23.1 phpqa tools +docker run --rm -it zdenekdrahos/phpqa:v1.23.2 phpqa tools # using a tool without phpqa -docker run --rm -it zdenekdrahos/phpqa:v1.23.1 phploc -v +docker run --rm -it zdenekdrahos/phpqa:v1.23.2 phploc -v ``` 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/). @@ -440,7 +440,7 @@ stages: test: stage: test - image: zdenekdrahos/phpqa:v1.23.1 + image: zdenekdrahos/phpqa:v1.23.2 variables: BACKEND_QA: "*/backend/var/QA" BACKEND_CACHE: $CI_PROJECT_DIR/.composercache diff --git a/phpqa b/phpqa index f84c643c..e698ec23 100755 --- a/phpqa +++ b/phpqa @@ -1,7 +1,7 @@ #!/usr/bin/env php