We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c7e5de commit 645d1b9Copy full SHA for 645d1b9
.github/workflows/ci.yaml
@@ -46,7 +46,7 @@ jobs:
46
ini-values: "zend.assertions=1"
47
48
- name: 'Remove sensio/framework-extra-bundle'
49
- if: matrix.symfony-version == '^7.2'
+ if: matrix.dependencies == 'highest' || matrix.symfony-version == '^7.2'
50
run: |
51
composer remove --dev --no-update sensio/framework-extra-bundle
52
0 commit comments