From e7f5dc459f7487d4501bf4459aac0048d381d137 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 29 May 2017 13:11:51 +0200 Subject: enable php72 for tests --- php-latte.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'php-latte.spec') 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 -- cgit