We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 507cd70 commit 16bf03bCopy full SHA for 16bf03b
.github/workflows/build.yml
@@ -131,10 +131,9 @@ jobs:
131
132
- name: Run tests
133
working-directory: php-src/ext/async
134
- env:
135
- MIBS: +ALL
136
run: |
137
- sapi/cli/php run-tests.php \
+ /usr/local/bin/php -v
+ /usr/local/bin/php ./run-tests.php \
138
-d zend_extension=opcache.so \
139
-d opcache.enable_cli=1 \
140
-d opcache.jit_buffer_size=64M \
0 commit comments