diff options
-rw-r--r-- | php-mkopinsky-zxcvbn-php.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/php-mkopinsky-zxcvbn-php.spec b/php-mkopinsky-zxcvbn-php.spec index fdeca7d..e9590b6 100644 --- a/php-mkopinsky-zxcvbn-php.spec +++ b/php-mkopinsky-zxcvbn-php.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-mkopinsky-zxcvbn-php # -# Copyright (c) 2019 Remi Collet +# Copyright (c) 2019-2020 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -127,7 +127,7 @@ sed -e '/ertghjm/d;/qwerfdsazxcv/d' -i test/Matchers/SpatialTest.php : Run upstream test suite ret=0 -for cmd in php php70 php71 php72 php73; do +for cmd in php php72 php73 php74; do if which $cmd; then $cmd %{_bindir}/phpunit --verbose || ret=1 fi |