We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc1f285 commit fcd8b27Copy full SHA for fcd8b27
skeleton/.github/workflows/tests.yml.twig
@@ -99,7 +99,7 @@ jobs:
99
100
- name: Setup EPV
101
if: ${{ '{{' }} env.EPV != 0 }}
102
- 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
103
working-directory: ./phpBB3/phpBB
104
105
- name: Run code sniffer
0 commit comments