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:42:44 +01:00
parent 6110f5be40
commit c6229568c5

View file

@ -27,7 +27,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