SQLite version too low for Drupal 11 - update default php image to ubuntu-apache
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3482069. --> Reported by: [drunken monkey](https://www.drupal.org/user/205582) Related to !279 !275 >>> <p>The Search API module has a setup of <a href="https://git.drupalcode.org/project/search_api/-/pipeline_schedules">weekly pipelines</a> with all three database types. As you can see, the <a href="https://git.drupalcode.org/project/search_api/-/pipelines/315028">SQLite pipeline</a> is currently failing in the <a href="https://git.drupalcode.org/project/search_api/-/jobs/3101717">&ldquo;phpunit&rdquo; step</a> due to errors like the following for all tests that use the database:</p> <pre>&nbsp;&nbsp;&nbsp; 1) Drupal\Tests\search_api\FunctionalJavascript\AjaxTest::testAjax<br>&nbsp;&nbsp;&nbsp; Drupal\Core\Installer\Exception\InstallerException: Resolve all issues<br>&nbsp;&nbsp;&nbsp; below to continue the installation. For help configuring your database<br>&nbsp;&nbsp;&nbsp; server, see the installation handbook, or contact your hosting provider.The<br>&nbsp;&nbsp;&nbsp; database server version 3.40.1 is less than the minimum required version<br>&nbsp;&nbsp;&nbsp; 3.45.</pre><p>I looked into working around this problem right in the module, but it seems the <code>$_TARGET_DB_VERSION</code> variable just lets you specify the major version, which is &ldquo;3&rdquo; for <a href="https://git.drupalcode.org/project/gitlab_templates/-/blob/main/includes/include.drupalci.hidden-variables.yml#L203">all available options</a>.</p> <p>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?</p>
issue