Skip to content

Commit 29b8ab5

Browse files
authored
bump PHPQA to 1.119.5 (#209)
1 parent e409101 commit 29b8ab5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resources/PHP/common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PHP_VERSION=8.5
1010
endif
1111

1212
ifndef PHPQA_DOCKER_IMAGE
13-
PHPQA_DOCKER_IMAGE=jakzal/phpqa:1.119.2-php${PHP_VERSION}-alpine
13+
PHPQA_DOCKER_IMAGE=jakzal/phpqa:1.119.5-php${PHP_VERSION}-alpine
1414
endif
1515

1616
ifndef PHPQA_DOCKER_COMMAND

tests/functional/PHP/PhpTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ private static function paths(?array $env): array
7373
{
7474
// defaults which are also defined in the Makefile
7575
$phpVersion = $env['PHP_VERSION'] ?? '8.5';
76-
$phpqaDockerImage = $env['PHPQA_DOCKER_IMAGE'] ?? 'jakzal/phpqa:1.119.2-php%1$s-alpine';
76+
$phpqaDockerImage = $env['PHPQA_DOCKER_IMAGE'] ?? 'jakzal/phpqa:1.119.5-php%1$s-alpine';
7777
$dockerEnv = $env['DOCKER_ENV'] ?? ' ';
7878

7979
return [

0 commit comments

Comments
 (0)