Skip to content

Commit

Permalink
fix(metadata): ingest new data and regenerate products (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 21, 2025
1 parent 2815507 commit e1ee23d
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
8 changes: 7 additions & 1 deletion api-js/src/data/releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -2330,11 +2330,17 @@
}
],
"php-server-sdk": [
{
"major": 6,
"minor": 4,
"date": "2025-01-17T15:06:20Z",
"eol": null
},
{
"major": 6,
"minor": 3,
"date": "2024-10-22T20:02:10Z",
"eol": null
"eol": "2026-01-17T00:00:00Z"
},
{
"major": 6,
Expand Down
8 changes: 7 additions & 1 deletion api/sdkmeta/data/releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -2330,11 +2330,17 @@
}
],
"php-server-sdk": [
{
"major": 6,
"minor": 4,
"date": "2025-01-17T15:06:20Z",
"eol": null
},
{
"major": 6,
"minor": 3,
"date": "2024-10-22T20:02:10Z",
"eol": null
"eol": "2026-01-17T00:00:00Z"
},
{
"major": 6,
Expand Down
Binary file modified metadata.sqlite3
Binary file not shown.
8 changes: 7 additions & 1 deletion products/releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -2330,11 +2330,17 @@
}
],
"php-server-sdk": [
{
"major": 6,
"minor": 4,
"date": "2025-01-17T15:06:20Z",
"eol": null
},
{
"major": 6,
"minor": 3,
"date": "2024-10-22T20:02:10Z",
"eol": null
"eol": "2026-01-17T00:00:00Z"
},
{
"major": 6,
Expand Down

0 comments on commit e1ee23d

Please sign in to comment.