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 133f398 commit 8b96e45Copy full SHA for 8b96e45
.github/workflows/codestyle.yml
@@ -51,7 +51,7 @@ jobs:
51
- uses: actions/checkout@v4
52
- name: Detect compatibility with supported PHP version
53
run: >
54
- ./vendor/bin/phpcs -s -p --colors
+ /app/vendor/bin/phpcs -s -p --colors
55
--standard=PHPCompatibility
56
--extensions=php
57
--runtime-set testVersion ${{ matrix.PHPVERSION }}
0 commit comments