Skip to content

Commit 9d6da5b

Browse files
committed
Revert "remove setup php-fpm"
This reverts commit 33728da.
1 parent 33728da commit 9d6da5b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,15 @@ jobs:
7070
php-version: ${{ matrix.php-version }}
7171
tools: php-config
7272

73+
- name: Setup php-fpm for Linux
74+
if: matrix.os == 'ubuntu-24.04'
75+
run: |
76+
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
80+
sudo ln -s /usr/sbin/php-fpm${{ matrix.php-version }} /usr/sbin/php-fpm
81+
7382
- name: PHP version
7483
run: |
7584
which php

0 commit comments

Comments
 (0)