SQLite version too low for Drupal 11

Created on 21 October 2024, 2 months ago

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?

πŸ› Bug report
Status

Active

Component

Code

Created by

πŸ‡¦πŸ‡ΉAustria drunken monkey Vienna, Austria

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024