moneyphp/money

PHP 8.2 support

rvanlaak opened this issue · 6 comments

The 8.2 RC phase has started, so for testing sake I've tried upgrading an application. The Money dependency is not supporting PHP 8.2 yet, do we know what needs to be done to add support for PHP 8.2?

image

The phpunit testsuite is running fine on 8.2.

It seems that phpspec is the only hurdle towards 8.2 support as it currently doesnt support 8.2 yet.
I looked into the phpspec project and it seems that there is currently not much activity. (Many open issues)

I don't feel very comfortable adding 8.2 support without being able to run tests. Let's hope that phpspec adds 8.2 support soon.

PHP 8.2 support has been added to the phpspec project: phpspec/phpspec@ead440e

No release/tag yet, but expect that should follow shortly.

Soon a release ?

Yes!

Yes!

Yes soonish or just a plain 3-character Yes? 😉 Thanks for your efforts!