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 ce06a8f commit b57acb8Copy full SHA for b57acb8
.github/workflows/ci.yml
@@ -73,16 +73,12 @@ jobs:
73
- name: Setup php-fpm for Linux
74
if: matrix.os == 'ubuntu-24.04'
75
run: |
76
+ find /usr -name "php-fpm*"
77
sudo apt-get update
78
sudo apt-get install -y php${{ matrix.php-version }}-fpm
79
sudo rm -f /usr/sbin/php-fpm
80
sudo ln -s /usr/sbin/php-fpm${{ matrix.php-version }} /usr/sbin/php-fpm
81
- - name: Setup php-fpm for Macos
82
- if: matrix.os == 'macos-14'
83
- run: |
84
- find /opt/homebrew/Cellar -name "php-fpm*"
85
-
86
- name: PHP version
87
88
which php
0 commit comments