Skip to content

Commit 9b20b5c

Browse files
Merge branch '8.5' into 9.6
2 parents f691be2 + cb67d43 commit 9b20b5c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

ChangeLog-8.5.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## [8.5.33] - 2023-MM-DD
6+
7+
### Fixed
8+
9+
* [#5186](https://github.com/sebastianbergmann/phpunit/issues/5186): SBOM does not validate
10+
511
## [8.5.32] - 2023-01-26
612

713
### Fixed
@@ -262,6 +268,7 @@ All notable changes of the PHPUnit 8.5 release series are documented in this fil
262268
* [#3967](https://github.com/sebastianbergmann/phpunit/issues/3967): Cannot double interface that extends interface that extends `\Throwable`
263269
* [#3968](https://github.com/sebastianbergmann/phpunit/pull/3968): Test class run in a separate PHP process are passing when `exit` called inside
264270

271+
[8.5.33]: https://github.com/sebastianbergmann/phpunit/compare/8.5.32...8.5
265272
[8.5.32]: https://github.com/sebastianbergmann/phpunit/compare/8.5.31...8.5.32
266273
[8.5.31]: https://github.com/sebastianbergmann/phpunit/compare/8.5.30...8.5.31
267274
[8.5.30]: https://github.com/sebastianbergmann/phpunit/compare/8.5.29...8.5.30

build/scripts/phar-manifest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function sbom(string $outputFilename, array $package, string $version, array $de
5151
$writer->startDocument();
5252

5353
$writer->startElement('bom');
54-
$writer->writeAttribute('xmlns', 'https://cyclonedx.org/schema/bom/1.4');
54+
$writer->writeAttribute('xmlns', 'http://cyclonedx.org/schema/bom/1.4');
5555

5656
$writer->startElement('components');
5757

0 commit comments

Comments
 (0)