mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Try disabling opcache
This commit is contained in:
parent
0ba0928f94
commit
58c5598405
5
.github/workflows/windows-ci.yml
vendored
5
.github/workflows/windows-ci.yml
vendored
@ -54,8 +54,9 @@ jobs:
|
||||
- name: Set up PHP
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: '8.3'
|
||||
ini-values: zend.assertions=1, assert.exception=1, opcache.enable_cli=1, opcache.jit=function, opcache.jit_buffer_size=512M
|
||||
php-version: '8.1'
|
||||
#ini-values: zend.assertions=1, assert.exception=1, opcache.enable_cli=1, opcache.jit=function, opcache.jit_buffer_size=512M
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user