We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c11b6c6 commit d456fe9Copy full SHA for d456fe9
Dockerfile
@@ -41,7 +41,7 @@ RUN for INSTALLER in /mods-install/*.sh;do ${INSTALLER} ; done
41
42
RUN mkdir -p /etc/laminas-ci/problem-matcher \
43
&& cd /etc/laminas-ci/problem-matcher \
44
- && wget https://raw.githubusercontent.com/shivammathur/setup-php/master/src/configs/phpunit.json \
+ && wget https://raw.githubusercontent.com/shivammathur/setup-php/master/src/configs/pm/phpunit.json \
45
&& wget -O markdownlint.json https://raw.githubusercontent.com/xt0rted/markdownlint-problem-matcher/main/.github/problem-matcher.json
46
47
COPY etc/markdownlint.json /etc/laminas-ci/markdownlint.json
0 commit comments