From 5604113378d52193f009d07d524720e2f9251ef6 Mon Sep 17 00:00:00 2001 From: Paul Scarrone Date: Sun, 29 Dec 2019 21:55:54 -0500 Subject: [PATCH] Update regression-with-system-php.yml --- .github/workflows/regression-with-system-php.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/regression-with-system-php.yml b/.github/workflows/regression-with-system-php.yml index 507e3a3..9593f54 100644 --- a/.github/workflows/regression-with-system-php.yml +++ b/.github/workflows/regression-with-system-php.yml @@ -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: |