Skip to content

Commit

Permalink
build stubs under PHP 7.4 instead of PHP 7.2
Browse files Browse the repository at this point in the history
Signed-off-by: Demin Yin <deminy@deminy.net>
  • Loading branch information
deminy committed Jul 16, 2021
1 parent 0d1409b commit 23bbaaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/generator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ rm -rf ./output
docker run --rm \
-v "$(pwd)":/var/www \
-e SWOOLE_LIB_VERSION=${2} \
-ti phpswoole/swoole:${1}-php7.2-alpine \
-ti phpswoole/swoole:${1}-php7.4-alpine \
sh -c "composer selfupdate --2 && composer install -n && ./bin/generator.php"
git add ./output

0 comments on commit 23bbaaf

Please sign in to comment.