Skip to content

Commit fb2812c

Browse files
committed
Fix macos ci
1 parent 85ace38 commit fb2812c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ jobs:
8181
- name: Setup php-fpm for Macos
8282
if: matrix.os == 'macos-14'
8383
run: |
84-
brew install php@${{ matrix.php-version }}
84+
brew install --with-fpm php@${{ matrix.php-version }}
85+
echo "/opt/homebrew/opt/php@${{ matrix.php-version }}/bin" >> "$GITHUB_PATH"
8586
8687
- name: PHP version
8788
run: |

0 commit comments

Comments
 (0)