phpmyadmin / docker

Docker container for phpMyAdmin
https://hub.docker.com/_/phpmyadmin
GNU General Public License v3.0
655 stars 451 forks source link

Update to PHP 8.2 #411

Closed spawnia closed 1 year ago

spawnia commented 1 year ago

PHP 8.2 has been generally available on 2022-12-08 and has had quite a few patch releases. It can be expected to be pretty stable. Active support for PHP 8.1 is ending 2023-11-25.

I have run the end-to-end tests with make run-tests, all have passed.

Previous upgrade to PHP 8.1: d1f327e4627ed01454438844a2c96f075bf2f1e8

williamdes commented 1 year ago

Thank you @spawnia

phpMyAdmin 5.2.1 got quite some patches for PHP 8.2 and as far as I can see having PHP 8.2 should not raise anything more 🎉

williamdes commented 1 year ago

Thank you for this upgrade 🎉 , it is now deployed to the hub: https://hub.docker.com/_/phpmyadmin/tags Ref: https://github.com/docker-library/official-images/pull/14960