Add ability to specify minimum mysql version requirement #432
code-quality.yml
on: pull_request
code-quality
/
Lint GitHub Actions workflows
5s
code-quality
/
Lint PHP files
23s
code-quality
/
Lint Gherkin Feature files
9s
code-quality
/
Spell check
4s
code-quality
/
PHPCS
19s
code-quality
/
PHPStan
20s
Annotations
4 errors and 1 warning
|
code-quality / PHPCS
Process completed with exit code 1.
|
|
code-quality / PHPCS:
utils/behat-tags.php#L99
Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: mysql_version.
|
|
code-quality / PHPCS:
utils/behat-tags.php#L99
Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
|
|
code-quality / PHPCS
Process completed with exit code 2.
|
|
code-quality / PHPCS:
src/Context/GivenStepDefinitions.php#L187
Detected heredoc without interpolation or expressions. Use nowdoc syntax instead
|