-
-
Notifications
You must be signed in to change notification settings - Fork 43
Description
Our CI currently supports tests only up to PHP 8.3 due to an incompatibility with phpspec.
Until a few days ago, phpspec still didn't support PHP 8.4, and the support was added recently.
However, we also need support from phpspec-data-provider-extension, so I opened an issue on madisoft/phpspec-data-provider-extension#6
As you can see in the linked issue (and in the other issue linked there), the situation is not easy.
We should consider how to proceed, also considering that PHP 8.5 will be out next month, and currently its' impossible for us to test against it either.
If the situation in phpspec evolves, we can consider keeping it and testing at least on PHP 8.4. However, the only solution in the long run seems to be ditching phpspec and migrating our test suite to PHPUnit.