summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-sebastian-environment9.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/php-sebastian-environment9.spec b/php-sebastian-environment9.spec
index 6d5488b..200e18e 100644
--- a/php-sebastian-environment9.spec
+++ b/php-sebastian-environment9.spec
@@ -95,7 +95,7 @@ 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 \
-d pcov.enabled=1 \
- %{_bindir}/phpunit12 || ret=1
+ %{_bindir}/phpunit13 || ret=1
fi
done
exit $ret