Skip to content

Commit 1b3fc6c

Browse files
committed
refactor: adapt CI
1 parent 6910b8f commit 1b3fc6c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@ jobs:
4040
coverage: "pcov"
4141
ini-values: "zend.assertions=1"
4242

43+
- name: Remove sensio/framework-extra-bundle
44+
uses: php-actions/composer@v6
45+
if: matrix.symfony-version == '^7.2'
46+
with:
47+
command: remove
48+
args: --dev sensio/framework-extra-bundle --no-update
49+
4350
- name: Configure symfony version
4451
uses: php-actions/composer@v6
4552
with:

0 commit comments

Comments
 (0)