From 1a3994b11428c719fd86cc38e68c6b7d77779ebe Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 31 Aug 2018 10:22:31 +0200 Subject: minor --- php-hamcrest2.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-hamcrest2.spec b/php-hamcrest2.spec index 8e261b8..5e38d9c 100644 --- a/php-hamcrest2.spec +++ b/php-hamcrest2.spec @@ -102,7 +102,7 @@ cp -pr hamcrest/%{ns_project} %{buildroot}%{_datadir}/php/%{ns_project}%{major} %if %{with_tests} cd tests ret=0 -for cmd in php56 php70 php71 php; do +for cmd in php php56 php70 php71 php72 php73; do if which $cmd; then $cmd %{_bindir}/phpunit --verbose || ret=1 fi -- cgit