Skip to content

Commit d456fe9

Browse files
committed
fix: phpunit problem matcher has moved
Now in a "pm" subdirectory of original location. Signed-off-by: Matthew Weier O'Phinney <[email protected]>
1 parent c11b6c6 commit d456fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ RUN for INSTALLER in /mods-install/*.sh;do ${INSTALLER} ; done
4141

4242
RUN mkdir -p /etc/laminas-ci/problem-matcher \
4343
&& cd /etc/laminas-ci/problem-matcher \
44-
&& wget https://raw.githubusercontent.com/shivammathur/setup-php/master/src/configs/phpunit.json \
44+
&& wget https://raw.githubusercontent.com/shivammathur/setup-php/master/src/configs/pm/phpunit.json \
4545
&& wget -O markdownlint.json https://raw.githubusercontent.com/xt0rted/markdownlint-problem-matcher/main/.github/problem-matcher.json
4646

4747
COPY etc/markdownlint.json /etc/laminas-ci/markdownlint.json

0 commit comments

Comments
 (0)