diff options
| -rw-r--r-- | php-sabre-event5.spec | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/php-sabre-event5.spec b/php-sabre-event5.spec index d63beb3..299f11a 100644 --- a/php-sabre-event5.spec +++ b/php-sabre-event5.spec @@ -94,7 +94,7 @@ cp -pr lib %{buildroot}%{_datadir}/php/%{ns_vendor}/%{ns_project}%{major}  %if %{with_tests}  : Run upstream test suite against installed library  ret=0 -for cmd in php php70 php71 php72; do +for cmd in php php71 php72 php73; do    if which $cmd; then      $cmd %{_bindir}/phpunit6 \        --bootstrap=%{buildroot}%{_datadir}/php/%{ns_vendor}/%{ns_project}%{major}/autoload.php \  | 
