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 08799cd commit 0774ef0Copy full SHA for 0774ef0
.github/workflows/php.yml
@@ -58,7 +58,10 @@ jobs:
58
ffmpeg -version
59
60
- name: Check PHP and FFI status
61
- run: php -r "echo 'FFI enabled: ' . (extension_loaded('ffi') ? 'yes' : 'no') . PHP_EOL;"
+ run: |
62
+ php -v
63
+ php -r "echo 'FFI enabled: ' . (extension_loaded('ffi') ? 'yes' : 'no') . PHP_EOL;"
64
+
65
66
- name: Run PHPUnit tests
67
run: vendor/bin/phpunit
0 commit comments