Skip to content

Commit df9c3f6

Browse files
committed
Upgrade to new Coding Standard
This also moves checking to PHP8 as the new default version.
1 parent 1eb5ea4 commit df9c3f6

File tree

3 files changed

+46
-50
lines changed

3 files changed

+46
-50
lines changed

.github/workflows/check-cs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup PHP
2626
uses: shivammathur/setup-php@v2
2727
with:
28-
php-version: 7.4
28+
php-version: 8.x
2929
coverage: none
3030
tools: composer, cs2pr
3131

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"require-dev": {
1717
"squizlabs/php_codesniffer": "^3.4",
18-
"dms/coding-standard": "^8"
18+
"dms/coding-standard": "^9"
1919
},
2020
"autoload": {
2121
"files": ["assertarraysubset-autoload.php"]

composer.lock

Lines changed: 44 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)