🤖: statamic, ubuntu

statamic:
- Item root['releases']['6'] ({'name': '6', 'releaseDate': '2026-01-31', 'eoas': '2027-03-31', 'eol': '2027-12-31', 'supportedLaravelVersions': '12-13', 'supportedPhpVersions': '8.3-8.5'}) added to dictionary.

ubuntu:
- Item root['versions']['5.10'] ({'name': '5.10', 'date': '2005-10-13'}) added to dictionary.
This commit is contained in:
github-actions[bot]
2026-01-31 03:02:23 +00:00
committed by github-actions[bot]
parent 5abc8a60ad
commit a018ab31f8
2 changed files with 12 additions and 0 deletions

View File

@@ -1,5 +1,13 @@
{
"releases": {
"6": {
"name": "6",
"releaseDate": "2026-01-31",
"eoas": "2027-03-31",
"eol": "2027-12-31",
"supportedLaravelVersions": "12-13",
"supportedPhpVersions": "8.3-8.5"
},
"5": {
"name": "5",
"releaseDate": "2024-05-09",

View File

@@ -348,6 +348,10 @@
"6.06.1": {
"name": "6.06.1",
"date": "2006-08-10"
},
"5.10": {
"name": "5.10",
"date": "2005-10-13"
}
}
}