Skip to content

Commit 2437352

Browse files
committed
deps: update dev-dependency updates
1 parent 03c8f01 commit 2437352

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
composer test
2424
sed -i "s#<file name=\"${GITHUB_WORKSPACE}#<file name=\"/github/workspace#g" tests-clover.xml
2525
- name: Analyze with SonarCloud
26-
if: matrix.php == '8.0'
26+
if: matrix.php == '8.2'
2727
uses: sonarsource/sonarcloud-github-action@master
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"phpunit/phpunit": "^5|^6|^7|^8|^9",
2727
"phpunit/php-code-coverage": "*",
2828
"slowprog/composer-copy-file": "~0.3",
29-
"squizlabs/php_codesniffer": "^3.7",
29+
"squizlabs/php_codesniffer": "^3.9",
3030
"phpcompatibility/phpcompatibility-wp": "^2.1",
3131
"wp-coding-standards/wpcs": "^3.0"
3232
},

0 commit comments

Comments
 (0)