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: strategy:
matrix: matrix:
operating-system: ['ubuntu-18.04', 'ubuntu-20.04'] 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'] phpunit-versions: ['latest']
env: env:

View File

@ -38,7 +38,7 @@ class SystemHealth
//'intl', //todo double check whether we need this for email dns validation //'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. * Check loaded extensions / PHP version / DB Connections.

View File

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