File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 47
47
php-version : " ${{ matrix.php-version }}"
48
48
ini-file : development
49
49
extensions : mbstring
50
+ ini-values : opcache.enable_cli=1, opcache.jit=tracing, opcache.jit_buffer_size=64M
50
51
51
52
- name : " Install dependencies"
52
53
run : " composer install --no-interaction --no-progress"
84
85
coverage : " none"
85
86
php-version : " ${{ matrix.php-version }}"
86
87
ini-file : development
88
+ ini-values : opcache.enable_cli=1, opcache.jit=tracing, opcache.jit_buffer_size=64M
87
89
extensions : mbstring
88
90
89
91
- name : " Install dependencies"
@@ -121,6 +123,7 @@ jobs:
121
123
with :
122
124
coverage : " none"
123
125
php-version : " 8.1"
126
+ ini-values : opcache.enable_cli=1, opcache.jit=tracing, opcache.jit_buffer_size=64M
124
127
ini-file : development
125
128
126
129
- name : " Install dependencies"
@@ -147,6 +150,7 @@ jobs:
147
150
with :
148
151
coverage : " none"
149
152
php-version : " 8.1"
153
+ ini-values : opcache.enable_cli=1, opcache.jit=tracing, opcache.jit_buffer_size=64M
150
154
ini-file : development
151
155
152
156
- name : " Install dependencies"
You can’t perform that action at this time.
0 commit comments