[regression] [11.x] "validatable config" CI job no longer runs because Drupal 11 started requireing SQLite 3.45

Created on 29 April 2024, 7 months ago
Updated 18 May 2024, 6 months ago

Problem/Motivation

πŸ“Œ Add testing wtih SQLite 3.45 Fixed bumped the minimum SQLite version to 3.45. This is not available in the default PHP 8.3 image, which is why that issue changed

    _TARGET_PHP: "8.3"

to

    _TARGET_PHP: "8.3-ubuntu"

That change was not made to the πŸ“” Validatable config CI job that ✨ Add a "Validatable config" tests job to GitLab CI to help core evolve towards 100% validatability Fixed introduced, and hence that CI job is now failing early.

Steps to reproduce

  1. Modify a *.schema.yml file in an MR.
  2. This results in an MR with the following error:
    $ php core/scripts/drupal install standard
     0/17 [β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘]
    Installing Drupal
    In install.core.inc line 966:
                                                                                   
      Resolve all issues below to continue the installation. For help configuring  
       your database server, see the <a href="https://www.drupal.org/docs/install  
      ing-drupal">installation handbook</a>, or contact your hosting provider.<ul  
      ><li>The database server version <em class="placeholder">3.40.1</em> is les  
      s than the minimum required version <em class="placeholder">3.45</em>.</li>  
      </ul>       
    

Example: https://git.drupalcode.org/issue/drupal-3441503/-/jobs/1464887

Proposed resolution

Also use

    _TARGET_PHP: "8.3-ubuntu"

Remaining tasks

None.

User interface changes

None.

API changes

None.

Data model changes

None.

Release notes snippet

None.

πŸ“Œ Task
Status

Fixed

Version

11.0 πŸ”₯

Component
BaseΒ  β†’

Last updated about 1 hour ago

Created by

πŸ‡§πŸ‡ͺBelgium wim leers Ghent πŸ‡§πŸ‡ͺπŸ‡ͺπŸ‡Ί

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024