We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 134a6e9 commit 3b05516Copy full SHA for 3b05516
.github/workflows/continuous_integration.yml
@@ -78,7 +78,7 @@ jobs:
78
run: |
79
php_version=$(php -r 'echo PHP_MAJOR_VERSION * 10000 + PHP_MINOR_VERSION * 100 + PHP_RELEASE_VERSION;')
80
echo "Detected PHP version: $php_version"
81
- phpcs --runtime-set php_version $php_version
+ vendor/bin/phpcs --runtime-set php_version $php_version
82
83
- name: "Archive code coverage results"
84
uses: actions/upload-artifact@v4
0 commit comments