We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f1c4b8 commit 6a328aeCopy full SHA for 6a328ae
.github/workflows/tests.yml
@@ -155,7 +155,7 @@ jobs:
155
echo "::group::$1"
156
157
# Run the tests
158
- ./phpunit --colors=always --exclude-group tty,benchmark,intl-dat ./$1 2>&1 || ok=1
+ ./phpunit --colors=always --exclude-group tty,benchmark,intl-data ./$1 2>&1 || ok=1
159
echo ::endgroup::
160
161
if [ $ok -ne 0 ]; then
0 commit comments