Skip to content

Commit

Permalink
chore: test against php 8.2 and bump dev dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-doehring committed Oct 16, 2022
1 parent 14bc1c7 commit 7c9fdcc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
php:
- 8.0
- 8.1
- 8.2
dependency-version: [prefer-lowest, prefer-stable]

name: P${{ matrix.php }} - ${{ matrix.dependency-version }}
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"fakerphp/faker": "^1.15",
"phpstan/phpstan": "^0.12.91",
"http-interop/http-factory-guzzle": "^1.0",
"squizlabs/php_codesniffer": "^3.6"
"fakerphp/faker": "^1.20",
"phpstan/phpstan": "^1.8",
"http-interop/http-factory-guzzle": "^1.2",
"squizlabs/php_codesniffer": "^3.7"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 7c9fdcc

Please sign in to comment.