Skip to content

Commit f8792f6

Browse files
authored
Merge pull request #977 from ergebnis/feature/php85
Enhancement: Add support for PHP 8.5
2 parents 7d03852 + 130b010 commit f8792f6

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/settings.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/integrate.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ jobs:
315315
- "8.2"
316316
- "8.3"
317317
- "8.4"
318+
- "8.5"
318319

319320
dependencies:
320321
- "lowest"

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ For a full diff see [`2.11.0...main`][2.11.0...main].
1212

1313
For 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

0 commit comments

Comments
 (0)