Skip to content

Commit 922e6f6

Browse files
committed
Update dependencies and test matrix
- Bump `slevomat/coding-standard` to `^8.25` - Bump `phpunit/phpunit` to `^12.4` - Add PHP 8.5 to the GitHub Actions test matrix
1 parent 74f1ce1 commit 922e6f6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
php-version:
2828
- "8.3"
2929
- "8.4"
30+
- "8.5"
3031
operating-system:
3132
- "ubuntu-latest"
3233

@@ -42,7 +43,7 @@ jobs:
4243
extensions: mbstring
4344

4445
- name: "Install dependencies"
45-
uses: "ramsey/composer-install@v2"
46+
uses: "ramsey/composer-install@v3"
4647
with:
4748
dependency-versions: "${{ matrix.dependencies }}"
4849

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"require": {
77
"php": "^8.3",
88
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
9-
"slevomat/coding-standard": "dev-1801-this-traversable as 8.24.1",
9+
"slevomat/coding-standard": "^8.25",
1010
"squizlabs/php_codesniffer": "^4.0"
1111
},
1212
"require-dev": {
1313
"friendsofphp/php-cs-fixer": "^3.88",
14-
"phpunit/phpunit": "^12.3",
14+
"phpunit/phpunit": "^12.4",
1515
"vimeo/psalm": "^6.13"
1616
},
1717
"repositories": [

0 commit comments

Comments
 (0)