Skip to content

Commit

Permalink
Test using PHP from homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur authored Dec 29, 2019
1 parent 6c479d5 commit 0121246
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ jobs:
- name: Checkout
uses: actions/checkout@master
- name: Install PHP
uses: shivammathur/setup-php@develop
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring
run: brew install php@${{ matrix.php-versions }}
- name: Install phalcon v4
run: |
brew tap phalcon/extension https://github.com/phalcon/homebrew-tap
Expand Down

0 comments on commit 0121246

Please sign in to comment.