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.
2 parents dcb511c + 7c28ed0 commit ba2610cCopy full SHA for ba2610c
.github/workflows/tests.yml
@@ -141,7 +141,7 @@ jobs:
141
142
- name: Setup EPV
143
if: ${{ env.EPV != '0' }}
144
- run: composer require phpbb/epv:dev-master --dev --no-interaction --ignore-platform-reqs
+ run: php ../composer.phar require phpbb/epv:dev-master --dev --no-interaction --ignore-platform-reqs
145
working-directory: ./phpBB4/phpBB
146
147
- name: Run code sniffer
0 commit comments