Skip to content
Snippets Groups Projects

Add testing wtih SQLite 3.45

Files

@@ -18,7 +18,7 @@ class Tasks extends InstallTasks {
* Use to build sqlite library with json1 option for JSON datatype support.
* @see https://www.sqlite.org/json1.html
*/
const SQLITE_MINIMUM_VERSION = '3.26';
const SQLITE_MINIMUM_VERSION = '3.45';
/**
* {@inheritdoc}
Loading