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 b57acb8 commit 7191e37Copy full SHA for 7191e37
.github/workflows/ci.yml
@@ -73,7 +73,7 @@ jobs:
73
- name: Setup php-fpm for Linux
74
if: matrix.os == 'ubuntu-24.04'
75
run: |
76
- find /usr -name "php-fpm*"
+ find /usr/sbin -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
0 commit comments