Problem/Motivation

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

phenaproxima created an issue. See original summary.

phenaproxima’s picture

Title: On Drupal 11, our build tests take a suspiciously short time to run » GitLab CI won't run our build tests on Drupal 11 because the available version of SQLite is too old
phenaproxima’s picture

Turns out that Docker images with PHP 8.3 and the correct version of SQLite do exist (in #3419616: Create PHP 8.3 image containing sqlite 3.45), we just need to be sure we're using them in the CI jobs that target Drupal 11.

fjgarlin made their first commit to this issue’s fork.

fjgarlin’s picture

The SQLite issues are due to a templates known issue #3447792: Add _TARGET_PHP_IMAGE_VARIANT to cater for newer sqlite versions for Drupal 11. I opened the MR https://git.drupalcode.org/project/automatic_updates/-/merge_requests/1076 with the same changes as 1074 but testing against the fork and without overriding the image.

Once #3447792: Add _TARGET_PHP_IMAGE_VARIANT to cater for newer sqlite versions for Drupal 11 is RTBC and merged then we'd only need the PHP changes on 1074.

tedbow’s picture

Assigned: Unassigned » phenaproxima
Status: Active » Needs work
phenaproxima’s picture

Assigned: phenaproxima » tedbow
Status: Needs work » Needs review
tedbow’s picture

Assigned: tedbow » Unassigned
Status: Needs review » Reviewed & tested by the community

Looks good if tests pass

  • phenaproxima committed 8fb297d1 on 3.1.x
    Issue #3449689: GitLab CI won't run our build tests on Drupal 11 because...
phenaproxima’s picture

Assigned: Unassigned » tedbow
Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.