Skip to content

Commit b3158ff

Browse files
committed
minor #61364 [CI] fixed the Intl data tests actions (sadiqk2)
This PR was merged into the 7.4 branch. Discussion ---------- [CI] fixed the Intl data tests actions | Q | A | ------------- | --- | Branch? | 7.4 | Bug fix? | yes | New feature? | np | Deprecations? | no | Issues | Github Actions | License | MIT Tests fails due to unknown option -v which is shorthand of the --verbose as per the phpunit its removed without any replacement sebastianbergmann/phpunit#5647 (comment) Commits ------- a72b19d [CI] fixed the Intl data tests actions Tests fails due to unknown option -v which is shorthand of the --verbose as per the phpunit its removed without any replacement sebastianbergmann/phpunit#5647 (comment)
2 parents fe8a2de + a72b19d commit b3158ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/intl-data-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
./phpunit src/Symfony/Component/Intl
101101
102102
- name: Run Emoji tests
103-
run: ./phpunit src/Symfony/Component/Emoji -v
103+
run: ./phpunit src/Symfony/Component/Emoji
104104

105105
- name: Test Emoji with compressed data
106106
run: |

0 commit comments

Comments
 (0)