Skip to content

Commit

Permalink
Added an workaround to github CI issue. setup php action has php-psr …
Browse files Browse the repository at this point in the history
…ext enabled somehow, which causes trouble.
  • Loading branch information
jbtronics committed Dec 6, 2023
1 parent 6110f5b commit c622956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/assets_artifact_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c622956

Please sign in to comment.