Skip to content

Commit f36117a

Browse files
committed
update ci
1 parent fb2812c commit f36117a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)