Commit 69ffaba
committed
[TASK] Add PHP 8.5 to version matrix on TYPO3 13
TYPO3 13 supports PHP 8.5 as well.
Following changes are required for PHP 8.5:
- Classes/Domain/Index/IndexService.php:
- Add null check for $rootPageId before array offset access
- Classes/Domain/Search/ResultSet/Facets/OptionBased/Hierarchy/HierarchyFacet.php:
- Add null check for $parentKey before array offset access
- Tests/Unit/GarbageCollectorTest.php:
- Remove deprecated setAccessible(true) call (no effect since PHP 8.1)1 parent 53ed7e5 commit 69ffaba
4 files changed
Lines changed: 6 additions & 3 deletions
File tree
- .github/workflows
- Classes/Domain
- Index
- Search/ResultSet/Facets/OptionBased/Hierarchy
- Tests/Unit
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
240 | 244 | | |
241 | 245 | | |
242 | 246 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
171 | 170 | | |
172 | 171 | | |
173 | 172 | | |
| |||
0 commit comments