Skip to content

Commit ed6bf6b

Browse files
committed
fixup! ci: force using last stable version of doctrine/mongodb-odm-bundle
1 parent 801ba52 commit ed6bf6b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,13 @@ jobs:
463463
- '8.1'
464464
- '8.2'
465465
- '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
466473
fail-fast: false
467474
env:
468475
APP_ENV: mongodb
@@ -499,7 +506,7 @@ jobs:
499506
- name: Update project dependencies
500507
run: |
501508
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 }}"
503510
- name: Install PHPUnit
504511
run: vendor/bin/simple-phpunit --version
505512
- name: Clear test app cache

0 commit comments

Comments
 (0)