Skip to content

Commit

Permalink
Start development of PHPUnit 11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Apr 5, 2024
1 parent 882c5bf commit c6aae09
Show file tree
Hide file tree
Showing 10 changed files with 348 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -9,7 +9,7 @@ on:
name: CI

env:
COMPOSER_ROOT_VERSION: "11.1-dev"
COMPOSER_ROOT_VERSION: "11.2-dev"

permissions:
contents: read
Expand Down
29 changes: 0 additions & 29 deletions ChangeLog-11.1.md

This file was deleted.

7 changes: 7 additions & 0 deletions ChangeLog-11.2.md
@@ -0,0 +1,7 @@
# Changes in PHPUnit 11.2

All notable changes of the PHPUnit 11.2 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.

## [11.2.0] - 2024-06-07

[11.2.0]: https://github.com/sebastianbergmann/phpunit/compare/11.1...main
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -83,7 +83,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "11.1-dev"
"dev-main": "11.2-dev"
}
}
}
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion phpunit.xsd
Expand Up @@ -2,7 +2,7 @@
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation source="https://phpunit.de/documentation.html">
This Schema file defines the rules by which the XML configuration file of PHPUnit 11.1 may be structured.
This Schema file defines the rules by which the XML configuration file of PHPUnit 11.2 may be structured.
</xs:documentation>
<xs:appinfo source="https://phpunit.de/documentation.html"/>
</xs:annotation>
Expand Down

0 comments on commit c6aae09

Please sign in to comment.