diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a2ee2f..32a1e84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: brew --version brew tap shivammathur/php - brew upgrade + brew update-reset && brew update && brew upgrade --greedy --force brew install shivammathur/php/php@${{ matrix.php-version }} ./phpswitch.sh ${{ matrix.php-version }} -s switched=$(php -v | grep -e '^PHP' | cut -d' ' -f2 | cut -d. -f1,2)