Skip to content

Commit e270b03

Browse files
committed
Fix tests
1 parent c25f961 commit e270b03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ jobs:
670670
- name: Update project dependencies
671671
run: composer update --no-interaction --no-progress --ansi
672672
- name: Require Symfony Uid
673-
run: composer require symfony/uid --dev --no-interaction --no-progress --ansi
673+
run: composer require symfony/uid symfony/intl --dev --no-interaction --no-progress --ansi
674674
- name: Flag held back Symfony packages
675675
env:
676676
symfony_version: ${{ matrix.symfony }}

0 commit comments

Comments
 (0)