SQLite version too low for Drupal 11 - update default php image to ubuntu-apache
The Search API module has a setup of weekly pipelines with all three database types. As you can see, the SQLite pipeline is currently failing in the “phpunit” step due to errors like the following for all tests that use the database:
1) Drupal\Tests\search_api\FunctionalJavascript\AjaxTest::testAjax
Drupal\Core\Installer\Exception\InstallerException: Resolve all issues
below to continue the installation. For help configuring your database
server, see the installation handbook, or contact your hosting provider.The
database server version 3.40.1 is less than the minimum required version
3.45.
I looked into working around this problem right in the module, but it seems the $_TARGET_DB_VERSION variable just lets you specify the major version, which is “3” for all available options.
Would it be possible to raise the SQLite version actually used in the CI, or am I overlooking something and this is just a configuration problem on my end after all?
Edited by drupalbot