Skip to content

Commit

Permalink
test: Skip the PharFactory testson PHP 8.1 (#1024)
Browse files Browse the repository at this point in the history
The Phar Factory tests fail on PHP 8.1 and I am not sure why. However I will probably bump to PHP 8.2 the minimum PHP version soon anyway and the actual used code is a lot more robust hence this should not be a problem.
  • Loading branch information
theofidry authored Oct 6, 2023
1 parent 8ca406a commit 79c7dfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Phar/PharFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
* @covers \KevinGH\Box\Pharaoh\InvalidPhar
*
* @runTestsInSeparateProcesses
* @requires PHP 8.2.0
*
* @internal
*/
Expand Down

0 comments on commit 79c7dfc

Please sign in to comment.