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 6b99d7c commit 147fd53Copy full SHA for 147fd53
.github/workflows/coverage.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Setup PHP
27
uses: shivammathur/setup-php@v2
28
with:
29
- fetch-depth: 0
+ fetch-depth: 2
30
php-version: 7.4
31
extensions: mbstring, intl
32
ini-values: post_max_size=256M, short_open_tag=On
0 commit comments