Skip to content

Commit

Permalink
Update regression-with-system-php.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjapanzer authored Dec 30, 2019
1 parent 29143eb commit 5604113
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/regression-with-system-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@ jobs:
run: brew tap phalcon/extension .
- name: Install official php 7.3
run: brew install php@7.3
- name: Force Link Unoffical PHP 7.3
run: brew link --force --overwrite php@7.3
- name: Try to Install Phalcon
run: HOMEBREW_PHPIZE=/usr/local/Cellar/php@7.3/7.3.13/bin/phpize HOMEBREW_PHP_CONFIG=/usr/local/Cellar/php@7.3/7.3.13/bin/php-config brew install --build-from-source --without-homebrew-php phalcon@${{matrix.phalcon}}
run: HOMEBREW_PHPIZE=/usr/local/Cellar/php@7.3/7.3.12/bin/phpize HOMEBREW_PHP_CONFIG=/usr/local/Cellar/php@7.3/7.3.12/bin/php-config brew install --build-from-source --without-homebrew-php phalcon@${{matrix.phalcon}}
- name: Testing ini values 3.4
if: matrix.phalcon == '3.4'
run: |
Expand Down

0 comments on commit 5604113

Please sign in to comment.