Skip to content

Commit

Permalink
chore(serve.sh): prefer php8 as cli-executor
Browse files Browse the repository at this point in the history
  • Loading branch information
danimo committed May 20, 2022
1 parent f58ae09 commit a61caec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serve.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
php_bin=""
port=8000

for try_bin in php7 php
for try_bin in php8 php7 php
do
php_bin=$(command -v $try_bin)
if [ -n "$php_bin" ]
Expand Down

0 comments on commit a61caec

Please sign in to comment.