Bump PHP version minimum to 7.4

This commit is contained in:
= 2021-08-18 22:26:27 +10:00
parent e061d55e70
commit 1bb95b3750
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
operating-system: ['ubuntu-18.04', 'ubuntu-20.04']
php-versions: ['7.3','7.4','8.0']
php-versions: ['7.4','8.0']
phpunit-versions: ['latest']
env:

View File

@ -38,7 +38,7 @@ class SystemHealth
//'intl', //todo double check whether we need this for email dns validation
];
private static $php_version = 7.3;
private static $php_version = 7.4;
/**
* Check loaded extensions / PHP version / DB Connections.

View File

@ -26,7 +26,7 @@
],
"type": "project",
"require": {
"php": "^7.3|^7.4|^8.0",
"php": "^7.4|^8.0",
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",