diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index 4b0c9e05a80fa..a873a53fb9c13 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -157,7 +157,7 @@ jobs: wordpress: [''] # Latest WordPress version. include: # Test with the previous WP version. - - php: '7.0' + - php: '7.2' wordpress: ${{ needs.compute-previous-wordpress-version.outputs.previous-wordpress-version }} - php: '7.4' wordpress: ${{ needs.compute-previous-wordpress-version.outputs.previous-wordpress-version }} diff --git a/gutenberg.php b/gutenberg.php index e8a7f0f892188..1302a078a2c2e 100644 --- a/gutenberg.php +++ b/gutenberg.php @@ -4,7 +4,7 @@ * Plugin URI: https://github.com/WordPress/gutenberg * Description: Printing since 1440. This is the development plugin for the block editor, site editor, and other future WordPress core functionality. * Requires at least: 6.3 - * Requires PHP: 7.0 + * Requires PHP: 7.2 * Version: 18.2.0-rc.1 * Author: Gutenberg Team * Text Domain: gutenberg diff --git a/phpcs.xml.dist b/phpcs.xml.dist index 746b4c3860fab..400b4d68ece44 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -2,8 +2,8 @@ Sniffs for WordPress plugins, with minor modifications for Gutenberg - - + + *\.php$