summaryrefslogtreecommitdiff
path: root/ext/intl/tests/grapheme.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/intl/tests/grapheme.phpt')
-rw-r--r--ext/intl/tests/grapheme.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/intl/tests/grapheme.phpt b/ext/intl/tests/grapheme.phpt
index 6c5896daa4..9e14d9cc14 100644
--- a/ext/intl/tests/grapheme.phpt
+++ b/ext/intl/tests/grapheme.phpt
@@ -2,6 +2,7 @@
grapheme()
--SKIPIF--
<?php if( !extension_loaded( 'intl' ) ) print 'skip'; ?>
+<?php if (version_compare(INTL_ICU_VERSION, '65.0') >= 0) die('skip for ICU < 65.0'); ?>
--FILE--
<?php