File tree Expand file tree Collapse file tree 5 files changed +14
-24
lines changed Expand file tree Collapse file tree 5 files changed +14
-24
lines changed Original file line number Diff line number Diff line change 7
7
name : CI
8
8
9
9
env :
10
- COMPOSER_ROOT_VERSION : " 12.2 .x-dev"
10
+ COMPOSER_ROOT_VERSION : " 12.3 .x-dev"
11
11
12
12
jobs :
13
13
coding-guidelines :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ # ChangeLog
2
+
3
+ All notable changes are documented in this file using the [ Keep a CHANGELOG] ( http://keepachangelog.com/ ) principles.
4
+
5
+ ## [ 12.3.0] - 2025-MM-DD
6
+
7
+ ### Changed
8
+
9
+ * [ #1080 ] ( https://github.com/sebastianbergmann/php-code-coverage/pull/1080 ) : Add OpenClover XML reporter
10
+
11
+ [ 12.3.0 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/12.2.1...main
Original file line number Diff line number Diff line change 61
61
},
62
62
"extra" : {
63
63
"branch-alias" : {
64
- "dev-main" : " 12.2 .x-dev"
64
+ "dev-main" : " 12.3 .x-dev"
65
65
}
66
66
}
67
67
}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ final class Version
19
19
public static function id (): string
20
20
{
21
21
if (self ::$ version === '' ) {
22
- self ::$ version = (new VersionId ('12.2.1 ' , dirname (__DIR__ )))->asString ();
22
+ self ::$ version = (new VersionId ('12.3 ' , dirname (__DIR__ )))->asString ();
23
23
}
24
24
25
25
return self ::$ version ;
You can’t perform that action at this time.
0 commit comments