scheb / 2fa

Two-factor authentication for Symfony applications 🔐
MIT License
505 stars 75 forks source link

chore: add ci test-runs for php 8.3 #197

Closed Chris53897 closed 1 year ago

Chris53897 commented 1 year ago

I know it is a bit early. But tests look good a the moment.

scheb commented 1 year ago

Thanks for the effort. Though, the way I handle it in this library is, that future releases like PHP 8.3 will only be officially supported, once there is a stable release and I can be sure it's working.

For the time being, I've taken over your changes to a development branch 6.x-php8.3. Thanks for contributing!