We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03c8f01 commit 2437352Copy full SHA for 2437352
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
composer test
24
sed -i "s#<file name=\"${GITHUB_WORKSPACE}#<file name=\"/github/workspace#g" tests-clover.xml
25
- name: Analyze with SonarCloud
26
- if: matrix.php == '8.0'
+ if: matrix.php == '8.2'
27
uses: sonarsource/sonarcloud-github-action@master
28
env:
29
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
composer.json
@@ -26,7 +26,7 @@
"phpunit/phpunit": "^5|^6|^7|^8|^9",
"phpunit/php-code-coverage": "*",
"slowprog/composer-copy-file": "~0.3",
- "squizlabs/php_codesniffer": "^3.7",
+ "squizlabs/php_codesniffer": "^3.9",
30
"phpcompatibility/phpcompatibility-wp": "^2.1",
31
"wp-coding-standards/wpcs": "^3.0"
32
},
0 commit comments