mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +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
|
||||
tools: composer:v2
|
||||
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:
|
||||
fail-fast: true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user