diff options
-rw-r--r-- | php-latte.spec | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/php-latte.spec b/php-latte.spec index fd20692..15c6484 100644 --- a/php-latte.spec +++ b/php-latte.spec @@ -122,8 +122,7 @@ EOF : Run test suite in sources tree ret=0 -# PHP 7.2: https://github.com/nette/latte/issues/162 -for cmd in php php56 php70 php71; do +for cmd in php php56 php70 php71 php72; do if which $cmd; then $cmd %{_bindir}/nette-tester --colors 0 -p $cmd -C -s || ret=1 fi |