You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,12 @@ documented in this file.
6
6
The format is based on [Keep a Changelog](http://keepachangelog.com/)
7
7
and this project adheres to [Semantic Versioning](http://semver.org/).
8
8
9
+
## [7.0.0] - 2025-09-26
10
+
11
+
- Add support for PHP 8.4
12
+
- Drop support for PHP < 8.1 (those versions aren't supported anymore by the community)
13
+
- Add support for PHPSpec 8.0
14
+
9
15
## [6.5.0] - 2025-07-16
10
16
11
17
- Fix main PHPSpec and PHP 8.4 compatibility: Wrap service container arrays in objects [#64](https://github.com/friends-of-phpspec/phpspec-code-coverage/pull/64)
0 commit comments