Skip to content

Commit f810c41

Browse files
chore: test against php 8.2 and bump dev dependency versions (#14)
1 parent 0033bd5 commit f810c41

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/phpunit.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
php:
1414
- 8.0
1515
- 8.1
16+
- 8.2
1617
dependency-version: [prefer-lowest, prefer-stable]
1718

1819
name: php${{ matrix.php }} - ${{ matrix.dependency-version }}

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
},
1717
"require-dev": {
1818
"phpunit/phpunit": "^9.5",
19-
"fakerphp/faker": "^1.15",
20-
"phpstan/phpstan": "^0.12.92",
21-
"guzzlehttp/psr7": "^1.7",
22-
"squizlabs/php_codesniffer": "^3.6"
19+
"fakerphp/faker": "^1.20",
20+
"phpstan/phpstan": "^1.8",
21+
"guzzlehttp/psr7": "^2.4",
22+
"squizlabs/php_codesniffer": "^3.7"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)