[phpmyadmin/phpmyadmin] 2b830e: Bump PHP minimum version to 7.2

Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 2b830ea256b77281f4963af89ef586e23700e0ea https://github.com/phpmyadmin/phpmyadmin/commit/2b830ea256b77281f4963af89ef5... Author: Maurício Meneghini Fauth <mauricio@fauth.dev> Date: 2021-02-18 (Thu, 02 February 2021) -03:00 Changed paths: M .github/workflows/lint-and-analyse-php.yml M .github/workflows/other-tools.yml M .github/workflows/test-selenium.yml M .github/workflows/tests.yml M .scrutinizer.yml M composer.json M doc/faq.rst M doc/require.rst M libraries/common.inc.php M test/classes/EnvironmentTest.php Log Message: ----------- Bump PHP minimum version to 7.2 PHP officially ended support for PHP 7.2 on 2020-11-30. So it is safe to bump the minimum version to PHP 7.2 for phpMyAdmin 5.2, which is likely to be released only in the second half of 2021. Related to #15607 Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev> Commit: 1dc70934d55d5f5d188f9acf208bb59ba151b9bc https://github.com/phpmyadmin/phpmyadmin/commit/1dc70934d55d5f5d188f9acf208b... Author: Maurício Meneghini Fauth <mauricio@fauth.dev> Date: 2021-02-18 (Thu, 02 February 2021) -03:00 Changed paths: M .github/workflows/lint-and-analyse-php.yml M .github/workflows/other-tools.yml M .github/workflows/test-selenium.yml M .github/workflows/tests.yml M .scrutinizer.yml M composer.json M doc/faq.rst M doc/require.rst M libraries/common.inc.php M test/classes/EnvironmentTest.php Log Message: ----------- Merge pull request #16555 from mauriciofauth/php72 Bump PHP minimum version to 7.2
participants (1)
-
Maurício Meneghini Fauth