diff options
Diffstat (limited to 'phpunit8.spec')
-rw-r--r-- | phpunit8.spec | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/phpunit8.spec b/phpunit8.spec index b50a857..b490109 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -262,8 +262,7 @@ sed -e 's:@PATH@:%{buildroot}%{php_home}/%{ns_vendor}:' -i tests/bootstrap.php sed -e 's:%{php_home}/%{ns_vendor}:%{buildroot}%{php_home}/%{ns_vendor}:' -i phpunit ret=0 -# Not compatible with 8.0.0RC4 -for cmd in php php72 php73 php74; do +for cmd in php php72 php73 php74 php80; do if which $cmd; then $cmd ./phpunit $OPT --verbose || ret=1 fi |