Skip to content

Commit b57acb8

Browse files
committed
remove php-fpm for macos
1 parent ce06a8f commit b57acb8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,16 +73,12 @@ jobs:
7373
- name: Setup php-fpm for Linux
7474
if: matrix.os == 'ubuntu-24.04'
7575
run: |
76+
find /usr -name "php-fpm*"
7677
sudo apt-get update
7778
sudo apt-get install -y php${{ matrix.php-version }}-fpm
7879
sudo rm -f /usr/sbin/php-fpm
7980
sudo ln -s /usr/sbin/php-fpm${{ matrix.php-version }} /usr/sbin/php-fpm
8081
81-
- name: Setup php-fpm for Macos
82-
if: matrix.os == 'macos-14'
83-
run: |
84-
find /opt/homebrew/Cellar -name "php-fpm*"
85-
8682
- name: PHP version
8783
run: |
8884
which php

0 commit comments

Comments
 (0)