Skip to content

Commit 33728da

Browse files
committed
remove setup php-fpm
setup-php action already installs php-fpm in the expected location
1 parent 7191e37 commit 33728da

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,6 @@ 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-
8273
- name: PHP version
8374
run: |
8475
which php

0 commit comments

Comments
 (0)