From: Philipp Date: Wed, 9 Nov 2022 23:04:57 +0000 (+0100) Subject: Deactivate PHP 8.1 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3550257d9ca6d4a9297c791866f68f9bda58c66b;p=friendica.git Deactivate PHP 8.1 - PHP 7 incompatible change necessary (App\Page.php OffsetGet mixed return) --- diff --git a/.woodpecker/.phpunit.yml b/.woodpecker/.phpunit.yml index bdfcf8097a..6ae4669ca1 100644 --- a/.woodpecker/.phpunit.yml +++ b/.woodpecker/.phpunit.yml @@ -6,8 +6,8 @@ matrix: PHP_VERSION: 7.4.33 - PHP_MAJOR_VERSION: 8.0 PHP_VERSION: 8.0.25 - - PHP_MAJOR_VERSION: 8.1 - PHP_VERSION: 8.1.12 +# - PHP_MAJOR_VERSION: 8.1 +# PHP_VERSION: 8.1.12 pipeline: php-lint: