Initial upgrade_requirements.json file
for fetching before upgrades, to check major prereqs -- mainly php -- before pulling down new, possibly breaking, code.
This commit is contained in:
parent
25c9f8e038
commit
0c15f05316
1 changed files with 10 additions and 0 deletions
10
upgrade_requirements.json
Normal file
10
upgrade_requirements.json
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"v6": {
|
||||||
|
"php_min_version": "7.4.0",
|
||||||
|
"php_max_major": "8.1"
|
||||||
|
},
|
||||||
|
"v7": {
|
||||||
|
"php_min_version": "8.1.0",
|
||||||
|
"php_max_major": "8.2"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue