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 Jan 27, 2022
1 parent 63cd3f3 commit 4672e5a
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
Original file line number Diff line number Diff line change
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, openssl, 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
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
php-version: '8.0'
tools: composer:v2
coverage: none
extensions: none, curl, dom, filter, json, libxml, mbstring, openssl, pcre, phar, reflection, simplexml, spl, tokenizer, xml, xmlwriter

- uses: actions/checkout@v2

Expand Down

0 comments on commit 4672e5a

Please sign in to comment.