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">“phpunit” step</a> due to errors like the following for all tests that use the database:</p>
<pre> 1) Drupal\Tests\search_api\FunctionalJavascript\AjaxTest::testAjax<br> Drupal\Core\Installer\Exception\InstallerException: Resolve all issues<br> below to continue the installation. For help configuring your database<br> server, see the installation handbook, or contact your hosting provider.The<br> database server version 3.40.1 is less than the minimum required version<br> 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 “3” 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