1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 13:51:54 +01:00

Disable all PHP extensions for CI except those required by psalm.

This commit is contained in:
AndrolGenhald 2021-12-09 14:33:31 -06:00
parent 63cd3f3b95
commit 4672e5a324
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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