Skip to content

Commit a1ecc21

Browse files
committed
Changelog - v1.23.3
1 parent 6a1fa86 commit a1ecc21

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11

22
# Changelog
33

4+
## v1.23.3
5+
6+
* [#191](https://github.com/EdgedesignCZ/phpqa/pull/191) upgrade phpmd, restrict min Robo version _([#189](https://github.com/EdgedesignCZ/phpqa/issues/189), [#190](https://github.com/EdgedesignCZ/phpqa/issues/190))_
7+
48
## v1.23.2
59

610
* [#187](https://github.com/EdgedesignCZ/phpqa/issues/187) phpmetrics - fix analyzing multiple extensions in v1

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@ Beware that the image is as lean as possible. That can be a problem for running
129129
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)_).
130130

131131
```bash
132-
docker run --rm -it zdenekdrahos/phpqa:v1.23.2 phpqa tools
132+
docker run --rm -it zdenekdrahos/phpqa:v1.23.3 phpqa tools
133133
# using a tool without phpqa
134-
docker run --rm -it zdenekdrahos/phpqa:v1.23.2 phploc -v
134+
docker run --rm -it zdenekdrahos/phpqa:v1.23.3 phploc -v
135135
```
136136

137137
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:
440440
441441
test:
442442
stage: test
443-
image: zdenekdrahos/phpqa:v1.23.2
443+
image: zdenekdrahos/phpqa:v1.23.3
444444
variables:
445445
BACKEND_QA: "*/backend/var/QA"
446446
BACKEND_CACHE: $CI_PROJECT_DIR/.composercache

phpqa

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env php
22
<?php
33

4-
define('PHPQA_VERSION', '1.23.2');
4+
define('PHPQA_VERSION', '1.23.3');
55
define('PHPQA_USED_COMMAND', implode(' ', $argv));
66

77
if (file_exists(__DIR__ . '/vendor/autoload.php')) {

0 commit comments

Comments
 (0)