-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Composer/GH Actions: allow for PHPUnit 12.x
PHPUnit 12.0 has been released today. As the PHPUnit Polyfills, as of now, will officially support PHPUnit 12.x (with the exception of the TestListeners), the GH Actions workflow should be updated to reflect this. This commit: * Allows for PHPUnit 12 in the `composer.json` `require`. * Add builds for PHP 8.3 and 8.4 against low PHPUnit 12 versions for the Composer based tests. The "high" versions are automatically sorted via the matrix `auto` setting in combination with the Composer PHPUnit version requirements being widened. * Add builds for PHP 8.3 and 8.4 against high/low PHPUnit 12 for the PHAR based tests. * Add an extra experimental build in both test workflows against PHP "nightly" to ensure both PHPUnit 9.x, 11.x, as well as PHPUnit 12.x are tested with PHP 8.5. Refs: * https://phpunit.de/announcements/phpunit-12.html * https://github.com/sebastianbergmann/phpunit/blob/12.0/ChangeLog-12.0.md
- Loading branch information
Showing
2 changed files
with
36 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters