mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 22:04:35 -04:00
Bump PHP version minimum to 7.4
This commit is contained in:
parent
e061d55e70
commit
1bb95b3750
2
.github/workflows/phpunit.yml
vendored
2
.github/workflows/phpunit.yml
vendored
@ -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:
|
||||||
|
@ -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.
|
||||||
|
@ -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": "*",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user