summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-02-06 07:51:03 +0100
committerRemi Collet <remi@php.net>2026-02-06 07:51:03 +0100
commitaeae6fb12e31bd435c611cde54d9e8fd9ce6d67b (patch)
tree6d2e58cea311b6a4283978dea190c7e6f338beeb
parente2ae3218ab837a1aa0ae5d4a7375a7ceed4cf2ee (diff)
fix testHEADmaster
-rw-r--r--php-sebastian-diff8.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/php-sebastian-diff8.spec b/php-sebastian-diff8.spec
index b949e85..1dd3b92 100644
--- a/php-sebastian-diff8.spec
+++ b/php-sebastian-diff8.spec
@@ -90,7 +90,7 @@ ret=0
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}/phpunit12 --bootstrap vendor/autoload.php || ret=1
+ %{_bindir}/phpunit13 --bootstrap vendor/autoload.php || ret=1
fi
done
exit $ret