Bump
This commit is contained in:
parent
1f94fb33ae
commit
78d76615cd
|
|
@ -11,7 +11,7 @@ concurrency:
|
|||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
COMPOSER_ROOT_VERSION: 8.0.x-dev
|
||||
COMPOSER_ROOT_VERSION: 8.1.x-dev
|
||||
PHP_VERSION: 8.4
|
||||
|
||||
permissions:
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
All notable changes are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
|
||||
|
||||
## [8.0.4] - 2026-MM-DD
|
||||
## [8.1.0] - 2026-MM-DD
|
||||
|
||||
### Changed
|
||||
|
||||
|
|
@ -55,7 +55,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
|
|||
|
||||
* This component is no longer supported on PHP 8.2
|
||||
|
||||
[8.0.4]: https://github.com/sebastianbergmann/exporter/compare/8.0.3...main
|
||||
[8.1.0]: https://github.com/sebastianbergmann/exporter/compare/8.0.3...main
|
||||
[8.0.3]: https://github.com/sebastianbergmann/exporter/compare/8.0.2...8.0.3
|
||||
[8.0.2]: https://github.com/sebastianbergmann/exporter/compare/8.0.1...8.0.2
|
||||
[8.0.1]: https://github.com/sebastianbergmann/exporter/compare/8.0.0...8.0.1
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@
|
|||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-main": "8.0-dev"
|
||||
"dev-main": "8.1-dev"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue