mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
Deactivate PHP 8.1
- PHP 7 incompatible change necessary (App\Page.php OffsetGet mixed return)
This commit is contained in:
parent
477bec1977
commit
3550257d9c
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue