Skip to content

Commit

Permalink
Adjust "php-multicover.sh" to work on both Linux and macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Feb 26, 2021
1 parent 3263258 commit e314fb8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions devtools/php-multicover.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@
# composer remove --dev nimut/phpunit-merger
#

# Define shortcuts to executables.
php7=/usr/local/Cellar/php@7.4/7.4.15/bin/php
php8=/usr/local/Cellar/php/8.0.2/bin/php
# Define shortcuts to PHP variants.
php7=/usr/bin/php7.4
php8=/usr/bin/php8.0

# Define shortcuts to vendor scripts.
phpunit="$(pwd)/vendor/bin/phpunit"
phpunit_merger="$(pwd)/vendor/bin/phpunit-merger"

Expand Down

0 comments on commit e314fb8

Please sign in to comment.