summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-phpunit-php-file-iterator7.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/php-phpunit-php-file-iterator7.spec b/php-phpunit-php-file-iterator7.spec
index dd38e66..408488c 100644
--- a/php-phpunit-php-file-iterator7.spec
+++ b/php-phpunit-php-file-iterator7.spec
@@ -86,7 +86,7 @@ touch vendor/autoload.php
: Run upstream test suite
ret=0
-for cmd in php php84 php83; do
+for cmd in php php84 php85; do
if which $cmd; then
$cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \
%{_bindir}/phpunit13 || ret=1