File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,6 +37,9 @@ branches:
3737 - context : " Tests (8.4, highest)"
3838 - context : " Tests (8.4, locked)"
3939 - context : " Tests (8.4, lowest)"
40+ - context : " Tests (8.5, highest)"
41+ - context : " Tests (8.5, locked)"
42+ - context : " Tests (8.5, lowest)"
4043 strict : false
4144 restrictions :
4245
Original file line number Diff line number Diff line change @@ -315,6 +315,7 @@ jobs:
315315 - " 8.2"
316316 - " 8.3"
317317 - " 8.4"
318+ - " 8.5"
318319
319320 dependencies :
320321 - " lowest"
Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ For a full diff see [`2.11.0...main`][2.11.0...main].
1212
1313For a full diff see [ ` 2.10.5...2.11.0 ` ] [ 2.10.5...2.11.0 ] .
1414
15+ ### Added
16+
17+ - Added support for PHP 8.5 ([ #977 ] ), by [ @localheinz ]
18+
1519### Changed
1620
1721- Allowed installation on PHP 8.5 ([ #972 ] ), by [ @localheinz ]
@@ -725,6 +729,7 @@ For a full diff see [`362c7ea...0.1.0`][362c7ea...0.1.0].
725729[ #957 ] : https://github.com/ergebnis/phpstan-rules/pull/957
726730[ #958 ] : https://github.com/ergebnis/phpstan-rules/pull/958
727731[ #972 ] : https://github.com/ergebnis/phpstan-rules/pull/972
732+ [ #977 ] : https://github.com/ergebnis/phpstan-rules/pull/977
728733
729734[ @cosmastech ] : https://github.com/cosmastech
730735[ @enumag ] : https://github.com/enumag
You can’t perform that action at this time.
0 commit comments