Skip to content

Commit

Permalink
Allow/test with Symfony 7 (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbond committed Nov 12, 2023
1 parent cfbc483 commit f23ec34
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,20 @@ jobs:
php-version:
- 8.0
- 8.1
- 8.2

symfony-version:
- 5
- 6
- 7

exclude:
- php-version: 8.0
symfony-version: 6
- php-version: 8.0
symfony-version: 7
- php-version: 8.1
symfony-version: 7

steps:
- name: "Checkout"
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
"require": {
"php": "^7.4 || ^8.0",
"ext-simplexml": "*",
"symfony/framework-bundle": "^5.0 || ^6.0",
"symfony/framework-bundle": "^5.0 || ^6.0 || ^7.0",
"vimeo/psalm": "^5.1"
},
"require-dev": {
"symfony/form": "^5.0 || ^6.0",
"symfony/form": "^5.0 || ^6.0 || ^7.0",
"doctrine/annotations": "^1.8|^2",
"doctrine/orm": "^2.9",
"phpunit/phpunit": "~7.5 || ~9.5",
"symfony/cache-contracts": "^1.0 || ^2.0",
"symfony/console": "*",
"symfony/messenger": "^5.0 || ^6.0",
"symfony/messenger": "^5.0 || ^6.0 || ^7.0",
"symfony/security-guard": "*",
"symfony/serializer": "^5.0 || ^6.0",
"symfony/serializer": "^5.0 || ^6.0 || ^7.0",
"symfony/validator": "*",
"twig/twig": "^2.10 || ^3.0",
"weirdan/codeception-psalm-module": "dev-master"
Expand Down

0 comments on commit f23ec34

Please sign in to comment.