Skip to content

Commit

Permalink
Attempt to force the install
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-miller-rakuten committed Nov 30, 2023
1 parent 4100d3a commit 8f80285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
brew --version
brew tap shivammathur/php
brew update
brew install shivammathur/php/php@${{ matrix.php-version }}
brew install --force --overwrite 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)
if [ "${{ matrix.php-version }}" != "$switched" ]; then
Expand Down

0 comments on commit 8f80285

Please sign in to comment.