Replies: 2 comments 2 replies
-
Seems like a valid question. I think in order to best help out we need to know a bit more about your setup. I’m using MacOS using brew, a couple of different versions of PHP installed and switching runtime using either brew-php-switcher and letting PHPStorm set the correct runtime. Also this “issue” is again another point for supporting newer PHP versions in order for people to contribute easier. |
Beta Was this translation helpful? Give feedback.
-
I'm on Linux and usually work in VS Code, but generally I don't do any IDE integration for test running I just have my projects containerized and run test commands from the CLI. I bet there is something equivalent for VS Code, I can do a little research. It might be nice to include some docs with reasonably platform-agnostic steps to build and run tests on all the PHP versions supported, but maybe in 2024 we just expect PHP devs to have their own workflow for this kind of thing? And yeah supporting up to PHP 8.3 should probably be a priority. I wonder is it just the tests that break or would the library itself fail on 8.3? |
Beta Was this translation helpful? Give feedback.
-
Hi sorry if this seems obvious to some but wondering how the regular contributors are running tests. A quick
composer install
/composer test
fails withCould be because locally I have php8.3 which is not officially supported yet? I've been trying to run on other versions using docker, I'm sure I'lll get it eventually but wondering if anyone has a good local workflow they can share.
Beta Was this translation helpful? Give feedback.
All reactions