Skip to content

Commit

Permalink
ci: Update PHP configuration.
Browse files Browse the repository at this point in the history
(cherry picked from commit 628861ad51ba0d20e9d0351879339aa1f29a5791)
  • Loading branch information
drupol committed Jan 6, 2022
1 parent 04d7531 commit f54b002
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
uses: shivammathur/setup-php@2.16.0
with:
php-version: ${{ matrix.php-versions }}
extensions: gd,mbstring,pcov,xdebug
extensions: mbstring
coverage: none
tools: cs2pr

- name: Get Composer Cache Directory
Expand Down

0 comments on commit f54b002

Please sign in to comment.