Skip to content

Commit a72b19d

Browse files
committed
[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)
1 parent fe8a2de commit a72b19d

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)