Skip to content

Commit 6c8ac18

Browse files
committed
Update SQLite test
1 parent 0e34dfb commit 6c8ac18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_2_extensions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@
121121
'sockets' => function_exists('socket_connect'),
122122
'spl' => class_exists(\SplQueue::class),
123123
'sqlite3' => class_exists(\SQLite3::class),
124-
// Laravel 11 requires SQLite >= 3.35.0
125-
'sqlite_version' => version_compare('3.35.0', \SQLite3::version()['versionString'], '<='),
124+
// Drupal 11 requires SQLite >= 3.45.0
125+
'sqlite_version' => version_compare('3.45.0', \SQLite3::version()['versionString'], '<='),
126126
'tokenizer' => function_exists('token_get_all'),
127127
'libxml' => function_exists('libxml_get_errors'),
128128
'xml' => function_exists('xml_parse'),

0 commit comments

Comments
 (0)