Fixed issues with xdebug.max_nesting_level in github actions

This commit is contained in:
Jan Böhmer 2023-10-15 14:24:48 +02:00
parent 0c689d492b
commit 306ecff9c7
3 changed files with 17 additions and 0 deletions

View file

@ -45,6 +45,7 @@ jobs:
with:
php-version: ${{ matrix.php-versions }}
coverage: pcov
ini-values: xdebug.max_nesting_level=1000
extensions: mbstring, intl, gd, xsl, gmp, bcmath
- name: Start MySQL