Skip to content

Commit fb53692

Browse files
committed
Require PHP 8.2, test on PHP 8.5, update dependencies
1 parent 7049031 commit fb53692

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/coding-standard-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
php-version:
16-
- "8.1"
1716
- "8.2"
1817
- "8.3"
1918
- "8.4"
19+
- "8.5"
2020
uses: ./.github/workflows/coding-standard.yml
2121
with:
2222
php-version: ${{ matrix.php-version }}

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
],
1717
"license": "MIT",
1818
"require": {
19-
"php": ">=8.1",
20-
"symplify/easy-coding-standard": "12.5.24",
21-
"slevomat/coding-standard": "8.20.0",
22-
"squizlabs/php_codesniffer": "3.13.2"
19+
"php": ">=8.2",
20+
"symplify/easy-coding-standard": "13.0.0",
21+
"slevomat/coding-standard": "8.26.0",
22+
"squizlabs/php_codesniffer": "4.0.1"
2323
},
2424
"config": {
2525
"sort-packages": true,

0 commit comments

Comments
 (0)