From f4756c49144597dc49b55b6dcccef19d434f4bec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zden=C4=9Bk=20Draho=C5=A1?= Date: Sat, 2 Nov 2019 13:30:29 +0100 Subject: [PATCH] Changelog - v1.23.2 --- CHANGELOG.md | 4 ++++ README.md | 6 +++--- phpqa | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) 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