Skip to content

Commit 3411dd8

Browse files
committed
Skip opcache on windows
1 parent 58c5598 commit 3411dd8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/windows-ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ jobs:
5959
ini-values: zend.assertions=1, assert.exception=1
6060
tools: composer:v2
6161
coverage: none
62-
extensions: none, curl, dom, filter, intl, json, libxml, mbstring, openssl, opcache, pcre, phar, reflection, simplexml, spl, tokenizer, xml, xmlwriter
62+
#extensions: none, curl, dom, filter, intl, json, libxml, mbstring, openssl, opcache, pcre, phar, reflection, simplexml, spl, tokenizer, xml, xmlwriter
63+
extensions: none, curl, dom, filter, intl, json, libxml, mbstring, openssl, pcre, phar, reflection, simplexml, spl, tokenizer, xml, xmlwriter
6364
env:
6465
fail-fast: true
6566

0 commit comments

Comments
 (0)