Skip to content

Commit 56d3215

Browse files
committed
prepare maintenance release 7.2.5
1 parent e4bb34f commit 56d3215

File tree

4 files changed

+23
-2
lines changed

4 files changed

+23
-2
lines changed

.changes/7.x/7.2.5.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
## 7.2.5 - 2025-11-23
3+
4+
This is a maintenance release that add support to PHP 8.5 with help of CompatInfoDB 6.24 (or greater).
5+
6+
### Changed
7+
8+
- `about` command is no more deprecated and output is inspired by Symfony Framework-Bundle
9+
10+
**Full Changelog**: [7.2.4...7.2.5](https://github.com/llaville/php-compatinfo/compare/7.2.4...7.2.5)

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
- "8.2"
3434
- "8.3"
3535
- "8.4"
36+
- "8.5"
3637
tools:
3738
- phpunit:10.5
3839

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
77
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
88
and is generated by [Changie](https://github.com/miniscruff/changie).
99

10+
## 7.2.5 - 2025-11-23
11+
12+
This is a maintenance release that add support to PHP 8.5 with help of CompatInfoDB 6.24 (or greater).
13+
14+
### Changed
15+
16+
- `about` command is no more deprecated and output is inspired by Symfony Framework-Bundle
17+
18+
**Full Changelog**: [7.2.4...7.2.5](https://github.com/llaville/php-compatinfo/compare/7.2.4...7.2.5)
19+
1020
## 7.2.4 - 2025-10-09
1121

1222
This is a maintenance release that add support to PHP 8.5 with help of CompatInfoDB 6.24 (or greater).

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ Running on PHP greater or equal than 7.4 for parsing source code in a format PHP
6464

6565
[Branch_72x-img]: https://img.shields.io/badge/branch-7.2-orange
6666
[Branch_72x]: https://github.com/llaville/php-compatinfo/tree/7.2
67-
[PHPVersion_72x-img]: https://img.shields.io/packagist/php-v/bartlett/php-compatinfo/7.2.4
67+
[PHPVersion_72x-img]: https://img.shields.io/packagist/php-v/bartlett/php-compatinfo/7.2.5
6868
[PHPVersion_72x]: https://www.php.net/supported-versions.php
69-
[Packagist_72x-img]: https://img.shields.io/badge/packagist-v7.2.4-blue
69+
[Packagist_72x-img]: https://img.shields.io/badge/packagist-v7.2.5-blue
7070
[Packagist_72x]: https://packagist.org/packages/bartlett/php-compatinfo
7171
[License_72x-img]: https://img.shields.io/packagist/l/bartlett/php-compatinfo
7272
[License_72x]: https://github.com/llaville/php-compatinfo/blob/7.2/LICENSE

0 commit comments

Comments
 (0)