mirror of
https://github.com/friendica/friendica
synced 2025-04-26 10:30:11 +00:00
Bump minimum version to run Friendica to PHP 7.4
- Update version filter of mobiledetect/mobiledetectlib and psr/container to PHP 7.4 versions - Remove PHP 7.3 PHPUnit instance - Remove PHP 7.2 specific PDO exception in tests
This commit is contained in:
parent
3cfe7d61fc
commit
769b73e8a3
6 changed files with 8 additions and 16 deletions
|
@ -80,12 +80,6 @@ class DependencyCheckTest extends FixtureTest
|
|||
|
||||
public function testDatabase()
|
||||
{
|
||||
// PDO needs to be disabled for PHP 7.2, see https://jira.mariadb.org/browse/MDEV-24121
|
||||
if (version_compare(PHP_VERSION, '7.3') < 0) {
|
||||
$configCache = $this->dice->create(Cache::class);
|
||||
$configCache->set('database', 'disable_pdo', true);
|
||||
}
|
||||
|
||||
/** @var Database $database */
|
||||
$database = $this->dice->create(Database::class);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue