Rename support fields to align with eol fields (#338)

Companion PR of https://github.com/endoflife-date/endoflife.date/pull/4931.
This commit is contained in:
Marc Wrobel
2024-04-02 21:41:18 +02:00
committed by GitHub
parent 8db90568f6
commit 812565e977
29 changed files with 217 additions and 209 deletions

View File

@@ -5,22 +5,22 @@
},
"1.9": {
"name": "1.9",
"support": "2018-08-27",
"eoas": "2018-08-27",
"eol": "2018-08-27"
},
"1.8": {
"name": "1.8",
"support": "2018-01-03",
"eoas": "2018-01-03",
"eol": "2018-01-03"
},
"1.7": {
"name": "1.7",
"support": "2017-03-19",
"eoas": "2017-03-19",
"eol": "2017-03-19"
},
"1.10": {
"name": "1.10",
"support": "2020-12-17",
"eoas": "2020-12-17",
"eol": "2021-06-17"
}
},
@@ -262,4 +262,4 @@
"date": "2017-05-09"
}
}
}
}