Skip to content

Commit

Permalink
Add PHP 8.3 to test matrix (#245)
Browse files Browse the repository at this point in the history
* Add PHP 8.3 to test matrix
* Update psalm for 8.3 to work
* Update psalm suppressions
* Fix php-cs-fixer issue
  • Loading branch information
agoallikmaa authored Mar 12, 2024
1 parent b380a0d commit f565402
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"phpstan/phpstan-mockery": "^1.1.0",
"phpstan/phpstan": "^1.1",
"phpstan/phpstan-phpunit": "^1.0",
"psalm/plugin-phpunit": "^0.16",
"psalm/plugin-phpunit": "^0.18.4",
"open-telemetry/sdk": "^1.0",
"phpunit/phpunit": "^9.5",
"vimeo/psalm": "^4.0"
"vimeo/psalm": "^5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit f565402

Please sign in to comment.