Skip to content

Commit 46724df

Browse files
Bump
1 parent b711a01 commit 46724df

File tree

4 files changed

+13
-76
lines changed

4 files changed

+13
-76
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
name: CI
88

99
env:
10-
COMPOSER_ROOT_VERSION: 12.3.x-dev
10+
COMPOSER_ROOT_VERSION: 12.4.x-dev
1111

1212
jobs:
1313
coding-guidelines:

ChangeLog-12.3.md

Lines changed: 0 additions & 74 deletions
This file was deleted.

ChangeLog-12.4.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# ChangeLog
2+
3+
All notable changes are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
4+
5+
## [12.4.0] - 2025-MM-DD
6+
7+
### Added
8+
9+
* [#1095](https://github.com/sebastianbergmann/php-code-coverage/pull/1095): Support for light/dark mode in HTML report
10+
11+
[12.4.0]: https://github.com/sebastianbergmann/php-code-coverage/compare/12.3.8...main

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
},
6262
"extra": {
6363
"branch-alias": {
64-
"dev-main": "12.3.x-dev"
64+
"dev-main": "12.4.x-dev"
6565
}
6666
}
6767
}

0 commit comments

Comments
 (0)