File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -463,6 +463,13 @@ jobs:
463
463
- ' 8.1'
464
464
- ' 8.2'
465
465
- ' 8.3'
466
+ include :
467
+ - php : ' 8.1'
468
+ bundle_version : ' ^4.7'
469
+ - php : ' 8.2'
470
+ bundle_version : ' 5.x@dev' # required to support symfony 7
471
+ - php : ' 8.3'
472
+ bundle_version : ' 5.x@dev' # required to support symfony 7
466
473
fail-fast : false
467
474
env :
468
475
APP_ENV : mongodb
@@ -499,7 +506,7 @@ jobs:
499
506
- name : Update project dependencies
500
507
run : |
501
508
composer update --no-interaction --no-progress --ansi
502
- composer require --dev doctrine/mongodb-odm-bundle "^4.7 "
509
+ composer require --dev doctrine/mongodb-odm-bundle "${{ matrix.bundle_version }} "
503
510
- name : Install PHPUnit
504
511
run : vendor/bin/simple-phpunit --version
505
512
- name : Clear test app cache
You can’t perform that action at this time.
0 commit comments