Skip to content

Commit 645d1b9

Browse files
committed
feature: adapt tests to run with/without sensio/framework-extra-bundle
1 parent 4c7e5de commit 645d1b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
ini-values: "zend.assertions=1"
4747

4848
- name: 'Remove sensio/framework-extra-bundle'
49-
if: matrix.symfony-version == '^7.2'
49+
if: matrix.dependencies == 'highest' || matrix.symfony-version == '^7.2'
5050
run: |
5151
composer remove --dev --no-update sensio/framework-extra-bundle
5252

0 commit comments

Comments
 (0)