Laravel 9 set minimum requirements to PHP 8.1
This commit is contained in:
parent
f1550493d2
commit
4dcb0def99
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ class SystemHealth
|
|||
'bcmath',
|
||||
];
|
||||
|
||||
private static $php_version = 7.4;
|
||||
private static $php_version = 8.1;
|
||||
|
||||
/**
|
||||
* Check loaded extensions / PHP version / DB Connections.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue