Skip to content

Commit 16bf03b

Browse files
committed
% simply CI version fix
1 parent 507cd70 commit 16bf03b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,9 @@ jobs:
131131
132132
- name: Run tests
133133
working-directory: php-src/ext/async
134-
env:
135-
MIBS: +ALL
136134
run: |
137-
sapi/cli/php run-tests.php \
135+
/usr/local/bin/php -v
136+
/usr/local/bin/php ./run-tests.php \
138137
-d zend_extension=opcache.so \
139138
-d opcache.enable_cli=1 \
140139
-d opcache.jit_buffer_size=64M \

0 commit comments

Comments
 (0)