Skip to content

Commit

Permalink
chore: Add tests for Symfony7 (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Nov 13, 2024
1 parent 38daaf7 commit 532f094
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
- test_symfony_eloquent_bridge_proxy_manager
variant:
- 'no-change'
- '"symfony/symfony:^6.4.14"'
- 'symfony/http-kernel:^6.4.14 symfony/validator:^6.4.14'
- 'symfony/http-kernel:^7.1 symfony/validator:^7.1'
# To keep in sync with docker-compose.yml
services:
mysql:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"phpspec/prophecy": "^1.14.0",
"phpspec/prophecy-phpunit": "^2.0.1",
"phpunit/phpunit": "^9.5.10",
"symfony/phpunit-bridge": "^5.3.8 || ^6.4"
"symfony/phpunit-bridge": "^5.3.8 || ^6.4 || ^7.0"
},
"conflict": {
"doctrine/data-fixtures": "<1.7.0",
Expand Down
3 changes: 2 additions & 1 deletion vendor-bin/proxy-manager/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"jackalope/jackalope-doctrine-dbal": "*",
"friendsofphp/proxy-manager-lts": "*",
"monolog/monolog": ">=2.0",
"symfony/symfony": "^6.4.14",
"symfony/http-kernel": "^5.4 || ^6.4 || ^7.1",
"symfony/validator": "^5.4 || ^6.4 || ^7.1",
"theofidry/composer-inheritance-plugin": "^1.2",
"wouterj/eloquent-bundle": "*"
},
Expand Down
5 changes: 3 additions & 2 deletions vendor-bin/symfony/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
"doctrine/phpcr-bundle": "*",
"doctrine/phpcr-odm": "*",
"jackalope/jackalope-doctrine-dbal": "*",
"monolog/monolog": ">=2.0",
"symfony/symfony": "^6.4.14",
"monolog/monolog": "*",
"symfony/http-kernel": "^5.4 || ^6.4 || ^7.1",
"symfony/validator": "^5.4 || ^6.4 || ^7.1",
"theofidry/composer-inheritance-plugin": "^1.2",
"wouterj/eloquent-bundle": "*"
},
Expand Down

0 comments on commit 532f094

Please sign in to comment.