Skip to content

Commit

Permalink
Fix check command
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Feb 25, 2024
1 parent d5adb37 commit 6c610d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php8.3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:

- name: Run PHP_CodeSniffer
run: |
vendor/bin/phpcs -p . --extensions=php --ignore=vendor,node_modules,src,js,css,sass --runtime-set testVersion 8.3
vendor/bin/phpcs -p . --extensions=php --ignore=vendor,node_modules,src,js,css,sass --standard=PHPCompatibility --runtime-set testVersion 8.3

0 comments on commit 6c610d3

Please sign in to comment.