mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2026-01-10 01:51:14 +00:00
Adjust CI tests for enchant
This commit is contained in:
@@ -7,6 +7,13 @@ ini_set('display_startup_errors', 1);
|
||||
ini_set('display_errors', 1);
|
||||
error_reporting(-1);
|
||||
|
||||
// FIXME: Currently disabled for PHP 7.3 and PHP 7.4
|
||||
if (PHP_MAJOR_VERSION == 7) {
|
||||
if (PHP_MINOR_VERSION == 3 || PHP_MINOR_VERSION == 4) {
|
||||
echo 'SKIP';
|
||||
exit(0);
|
||||
}
|
||||
}
|
||||
|
||||
$backend = 'aspell';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user