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 9d992db commit 18eaca6Copy full SHA for 18eaca6
.github/workflows/ci.yml
@@ -23,6 +23,7 @@ jobs:
23
with:
24
php-version: ${{ matrix.php-versions }}
25
extensions: intl, fileinfo, xdebug, zip #optional
26
+ ini-file: development
27
ini-values: "post_max_size=256M, xdebug.mode=coverage" #optional
28
- name: Check PHP Version
29
run: php -v
0 commit comments