From 5f98ce6261d7d61952608ee5931ee21d20af51ba Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 30 Nov 2020 07:39:36 +0100 Subject: also test with php8 --- phpunit8.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'phpunit8.spec') 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 -- cgit