summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-swiftmailer.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/php-swiftmailer.spec b/php-swiftmailer.spec
index 75f33ba..74b1c66 100644
--- a/php-swiftmailer.spec
+++ b/php-swiftmailer.spec
@@ -110,7 +110,7 @@ EOF
: Run upstream test suite
ret=0
-for cmd in php56 php70 php71 php72; do
+for cmd in php php56 php70 php71 php72; do
if which $cmd; then
$cmd %{_bindir}/phpunit --exclude smoke --verbose || ret=1
fi