Add _TARGET_PHP_IMAGE_VARIANT to cater for newer sqlite versions for Drupal 11
Problem/Motivation
From #3447105: DB requirements for next major were changed, where we needed to raise the MySQL version for Drupal 11, the following question was asked by @cmlara:
Do we need to make any changes for SQLITE?
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)
Proposed resolution
Investigate if we need to. Core uses these lines for the testing: https://git.drupalcode.org/project/drupal/-/blob/11.x/.gitlab-ci.yml?ref_type=heads#L211-212
_TARGET_PHP: "8.3-ubuntu"
_TARGET_DB: "sqlite-3"
Remaining tasks
Investigate and possible MR to fix.
Edited by drupalbot