summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-08-31 10:22:31 +0200
committerRemi Collet <remi@remirepo.net>2018-08-31 10:22:31 +0200
commit1a3994b11428c719fd86cc38e68c6b7d77779ebe (patch)
tree4392b415f4bff2b5566a206a0a8cc5531416b480
parent621eeb7ca545dd727c10bfd50be78d4202d40575 (diff)
minor
-rw-r--r--php-hamcrest2.spec2
1 files changed, 1 insertions, 1 deletions
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