Skip to content

Commit 487e804

Browse files
committed
mac php
1 parent 115d40b commit 487e804

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
- name: Setup PHP (macOS)
3535
if: matrix.os == 'macos-latest'
3636
run: |
37-
brew install php@${{ matrix.php }}
38-
brew link php@${{ matrix.php }} --force
37+
brew install php
38+
brew link php --force
3939
php -v
4040
shell: bash
4141

0 commit comments

Comments
 (0)