Skip to content

Commit

Permalink
Merge branch '4.2' into 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
glye committed Dec 13, 2022
2 parents cca6017 + ee84ba9 commit a860047
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/bundle/SystemInfo/Collector/IbexaSystemInfoCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ class IbexaSystemInfoCollector implements SystemInfoCollector
'3.1' => '2020-07-15T23:59:59+00:00',
'3.2' => '2020-10-23T23:59:59+00:00',
'3.3' => '2021-01-18T23:59:59+00:00',
'4.2' => '2022-08-09T23:59:59+00:00',
'4.3' => '2022-11-10T23:59:59+00:00',
];

/**
Expand All @@ -60,6 +62,8 @@ class IbexaSystemInfoCollector implements SystemInfoCollector
'3.1' => '2020-11-30T23:59:59+00:00',
'3.2' => '2021-02-28T23:59:59+00:00',
'3.3' => '2023-12-30T23:59:59+00:00',
'4.2' => '2022-11-30T23:59:59+00:00',
'4.3' => '2023-02-28T23:59:59+00:00',
];

/**
Expand All @@ -75,6 +79,8 @@ class IbexaSystemInfoCollector implements SystemInfoCollector
'3.1' => '2021-01-30T23:59:59+00:00',
'3.2' => '2021-04-30T23:59:59+00:00',
'3.3' => '2025-12-30T23:59:59+00:00',
'4.2' => '2022-12-31T23:59:59+00:00',
'4.3' => '2023-03-31T23:59:59+00:00',
];

/**
Expand Down

0 comments on commit a860047

Please sign in to comment.