mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -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:
|
||||
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:
|
||||
|
@ -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.
|
||||
|
@ -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": "*",
|
||||
|
Loading…
x
Reference in New Issue
Block a user