Skip to content

Commit

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

0 comments on commit c9116f9

Please sign in to comment.