Skip to content

Commit

Permalink
fix tests for new psalm versions (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
seferov authored and chalasr committed Nov 22, 2021
1 parent b1f0aac commit 5c3d24b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,13 @@ jobs:
symfony-version:
- 4
- 5
- 6

exclude:
- php-version: 7.1
symfony-version: 5
- php-version: 7.1
symfony-version: 6
- php-version: 8.0
symfony-version: 3

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
"require": {
"php": "^7.1 || ^8.0",
"ext-simplexml": "*",
"symfony/framework-bundle": "^4.0 || ^5.0",
"symfony/framework-bundle": "^4.0 || ^5.0 || ^6.0",
"vimeo/psalm": "^4.11"
},
"require-dev": {
"symfony/form": "^4.0 || ^5.0",
"symfony/form": "^4.0 || ^5.0 || ^6.0",
"doctrine/orm": "^2.7",
"phpunit/phpunit": "~7.5 || ~9.5",
"symfony/cache-contracts": "^1.0 || ^2.0",
"symfony/console": "*",
"symfony/messenger": "^4.2 || ^5.0",
"symfony/messenger": "^4.2 || ^5.0 || ^6.0",
"symfony/security-guard": "^4.0 || ^5.0",
"symfony/serializer": "^4.0 || ^5.0",
"symfony/serializer": "^4.0 || ^5.0 || ^6.0",
"symfony/validator": "*",
"twig/twig": "^2.10 || ^3.0",
"weirdan/codeception-psalm-module": "^0.13.1"
Expand Down

0 comments on commit 5c3d24b

Please sign in to comment.