Skip to content

Commit 0774ef0

Browse files
Update php.yml
1 parent 08799cd commit 0774ef0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/php.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,10 @@ jobs:
5858
ffmpeg -version
5959
6060
- name: Check PHP and FFI status
61-
run: php -r "echo 'FFI enabled: ' . (extension_loaded('ffi') ? 'yes' : 'no') . PHP_EOL;"
61+
run: |
62+
php -v
63+
php -r "echo 'FFI enabled: ' . (extension_loaded('ffi') ? 'yes' : 'no') . PHP_EOL;"
64+
6265
6366
- name: Run PHPUnit tests
6467
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)