-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update list of supported PHP versions #152
Conversation
Hi, and thanks for the patch. Regarding the removal of PHP 7.x, may I ask if something was breaking in this regard, so that it needed a fix? I mean, the driver still supports PHP 7.x regardless whether it may be outdated or not. So, as long as the driver supports it, why not keep the corresponding CI matrix slots? On another note, may I ask you to also update |
Yeah, GH-151 was just failing because of some intermittent fluke, apparently. Feel free to adjust the patch how you like it. Easiest variant is probably to just add PHP 8.3 without further ado, just not removing any other items. |
https://www.php.net/supported-versions.php Add PHP 8.3 to composer.json Add PHP 8.3 without removing older versions Co-Authored-By: Andreas Motl <andreas.motl@crate.io>
832d44f
to
172cf6e
Compare
retest this please |
Thanks. Let me know if this will need a release. |
Will you also submit a corresponding improvement to the DBAL/Doctrine adapter? |
https://www.php.net/supported-versions.php
Summary of the changes / Why this is an improvement
Checklist