Skip to content

Commit 6d4193d

Browse files
committed
-
1 parent 9ec4b56 commit 6d4193d

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
@@ -109,7 +109,7 @@ jobs:
109109
- name: Alias symfony/mime for Symfony 8 compatibility
110110
if: ${{ matrix.symfony_version == '8.0.x' }}
111111
run: |
112-
composer require --no-update "symfony/mime:7.4.0 as 8.0.x-dev"
112+
composer require --no-update "symfony/mime:7.4.x-dev as 8.0.x-dev"
113113
114114
- name: Install dependencies
115115
run: |

0 commit comments

Comments
 (0)