Add _TARGET_PHP_IMAGE_VARIANT to cater for newer sqlite versions for Drupal 11
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3447792. --> Reported by: [fjgarlin](https://www.drupal.org/user/2495842) Related to !213 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>From <span class="drupalorg-gitlab-issue-link project-issue-status-info project-issue-status-7"><a href="https://www.drupal.org/project/gitlab_templates/issues/3447105" title="Status: Closed (fixed)">#3447105: DB requirements for next major were changed</a></span>, where we needed to raise the MySQL version for Drupal 11, the following question was asked by @cmlara:</p> <blockquote><p> Do we need to make any changes for SQLITE?</p> <p>D11 now requires SQLITE 3.45 which I believe now requires the drupalci/sqlite-3 php (Unless I missed a change the other PHP images have 3.26) </p></blockquote> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Investigate if we need to. Core uses these lines for the testing: <a href="https://git.drupalcode.org/project/drupal/-/blob/11.x/.gitlab-ci.yml?ref_type=heads#L211-212">https://git.drupalcode.org/project/drupal/-/blob/11.x/.gitlab-ci.yml?ref_type=heads#L211-212</a></p> <pre>&nbsp;&nbsp;&nbsp; _TARGET_PHP: "8.3-ubuntu"<br>&nbsp;&nbsp;&nbsp; _TARGET_DB: "sqlite-3"</pre><h3 id="summary-remaining-tasks">Remaining tasks</h3> <p>Investigate and possible MR to fix.</p> > Related issue: [Issue #3461006](https://www.drupal.org/node/3461006) > Related issue: [Issue #3447105](https://www.drupal.org/node/3447105)
issue