Removing Postgres 9.5 and MySQL 5.6 from being EOL

This commit is contained in:
Umakanth Puppala 2021-11-03 22:17:22 -07:00
Родитель af05dddcb6
Коммит 2624e47257
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -280,7 +280,6 @@
},
"mysqlVersion": {
"allowedValues": [
"5.6",
"5.7"
],
"defaultValue": "5.7",
@ -291,7 +290,6 @@
},
"postgresVersion": {
"allowedValues": [
"9.5",
"9.6"
],
"defaultValue": "9.6",