Skip to content

Commit

Permalink
bump: PHPQA 1.86.1, Composer works on 8.0 (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarlovi authored Mar 26, 2023
1 parent 66e8f4a commit b0602e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/PHP/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PHP_VERSION=8.2
endif

ifndef PHPQA_DOCKER_IMAGE
PHPQA_DOCKER_IMAGE=jakzal/phpqa:1.86.0-php${PHP_VERSION}-alpine
PHPQA_DOCKER_IMAGE=jakzal/phpqa:1.86.1-php${PHP_VERSION}-alpine
endif

ifndef PHPQA_DOCKER_COMMAND
Expand Down
2 changes: 1 addition & 1 deletion tests/functional/PHP/PhpTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ private function generatePhpqaExecutionPath(string $command, ?float $phpVersion
$phpVersion ??= 8.2;

return $this->normalize(sprintf(
'docker run --init --interactive --rm --env "COMPOSER_CACHE_DIR=/composer/cache" %2$s --volume "$ROOT/var/phpqa:/cache" --volume "$ROOT:/project" --volume "$HOME/.composer:/composer" --workdir /project jakzal/phpqa:1.86.0-php%3$s-alpine %1$s',
'docker run --init --interactive --rm --env "COMPOSER_CACHE_DIR=/composer/cache" %2$s --volume "$ROOT/var/phpqa:/cache" --volume "$ROOT:/project" --volume "$HOME/.composer:/composer" --workdir /project jakzal/phpqa:1.86.1-php%3$s-alpine %1$s',
sprintf($command, $phpVersion),
$this->generateDockerComposeExecutionUser(),
$phpVersion
Expand Down

0 comments on commit b0602e0

Please sign in to comment.