Added an workaround to github CI issue. setup php action has php-psr ext enabled somehow, which causes trouble.

This commit is contained in:
Jan Böhmer 2023-12-07 00:41:07 +01:00
parent ea9cc6723f
commit 6110f5be40
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ jobs:
php-version: '8.2'
coverage: none
ini-values: xdebug.max_nesting_level=1000
extensions: mbstring, intl, gd, xsl, gmp, bcmath
extensions: mbstring, intl, gd, xsl, gmp, bcmath, :php-psr
- name: Get Composer Cache Directory
id: composer-cache

View file

@ -45,7 +45,7 @@ jobs:
php-version: ${{ matrix.php-versions }}
coverage: pcov
ini-values: xdebug.max_nesting_level=1000
extensions: mbstring, intl, gd, xsl, gmp, bcmath
extensions: mbstring, intl, gd, xsl, gmp, bcmath, :php-psr
- name: Start MySQL
run: sudo systemctl start mysql.service