Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur authored Jul 13, 2024
1 parent d3f061b commit a9a1daf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ jobs:
- run: brew update

- name: Test
run: brew install php@8.2
run: |
brew tap shivammathur/php
brew install shivammathur/php/php@8.2

0 comments on commit a9a1daf

Please sign in to comment.