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:
parent
63cd3f3b95
commit
4672e5a324
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
|
1
.github/workflows/windows-ci.yml
vendored
1
.github/workflows/windows-ci.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user