Skip to content

Commit c6aae09

Browse files
Start development of PHPUnit 11.2
1 parent 882c5bf commit c6aae09

File tree

10 files changed

+348
-36
lines changed

10 files changed

+348
-36
lines changed

.github/workflows/ci.yaml

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

1111
env:
12-
COMPOSER_ROOT_VERSION: "11.1-dev"
12+
COMPOSER_ROOT_VERSION: "11.2-dev"
1313

1414
permissions:
1515
contents: read

ChangeLog-11.1.md

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

ChangeLog-11.2.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Changes in PHPUnit 11.2
2+
3+
All notable changes of the PHPUnit 11.2 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
4+
5+
## [11.2.0] - 2024-06-07
6+
7+
[11.2.0]: https://github.com/sebastianbergmann/phpunit/compare/11.1...main

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
},
8484
"extra": {
8585
"branch-alias": {
86-
"dev-main": "11.1-dev"
86+
"dev-main": "11.2-dev"
8787
}
8888
}
8989
}

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

phpunit.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
33
<xs:annotation>
44
<xs:documentation source="https://phpunit.de/documentation.html">
5-
This Schema file defines the rules by which the XML configuration file of PHPUnit 11.1 may be structured.
5+
This Schema file defines the rules by which the XML configuration file of PHPUnit 11.2 may be structured.
66
</xs:documentation>
77
<xs:appinfo source="https://phpunit.de/documentation.html"/>
88
</xs:annotation>

0 commit comments

Comments
 (0)