mirror of
https://github.com/danog/psalm.git
synced 2024-12-02 09:37:59 +01:00
Skip opcache on windows
This commit is contained in:
parent
58c5598405
commit
3411dd8eb5
3
.github/workflows/windows-ci.yml
vendored
3
.github/workflows/windows-ci.yml
vendored
@ -59,7 +59,8 @@ jobs:
|
|||||||
ini-values: zend.assertions=1, assert.exception=1
|
ini-values: zend.assertions=1, assert.exception=1
|
||||||
tools: composer:v2
|
tools: composer:v2
|
||||||
coverage: none
|
coverage: none
|
||||||
extensions: none, curl, dom, filter, intl, json, libxml, mbstring, openssl, opcache, pcre, phar, reflection, simplexml, spl, tokenizer, xml, xmlwriter
|
#extensions: none, curl, dom, filter, intl, json, libxml, mbstring, openssl, opcache, pcre, phar, reflection, simplexml, spl, tokenizer, xml, xmlwriter
|
||||||
|
extensions: none, curl, dom, filter, intl, json, libxml, mbstring, openssl, pcre, phar, reflection, simplexml, spl, tokenizer, xml, xmlwriter
|
||||||
env:
|
env:
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user