Skip to content

Commit

Permalink
Disable all PHP extensions for CI except those required by psalm.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrolGenhald committed Dec 9, 2021
1 parent 329b05a commit 356192c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -81,7 +81,7 @@ jobs:
php-version: '8.0'
tools: composer:v2
coverage: none
extensions: :pdo
extensions: none, curl, dom, filter, json, libxml, mbstring, pcre, phar, reflection, simplexml, spl, tokenizer, xml, xmlwriter

- uses: actions/checkout@v2

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows-ci.yml
Expand Up @@ -23,6 +23,7 @@ jobs:
php-version: '8.0'
tools: composer:v2
coverage: none
extensions: none, curl, dom, filter, json, libxml, mbstring, pcre, phar, reflection, simplexml, spl, tokenizer, xml, xmlwriter

- uses: actions/checkout@v2

Expand Down

0 comments on commit 356192c

Please sign in to comment.