Closed (fixed)
Project:
Automatic Updates
Version:
3.1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
24 May 2024 at 18:43 UTC
Updated:
12 Jun 2024 at 15:54 UTC
Jump to comment: Most recent
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
Comment #3
phenaproximaComment #4
phenaproximaTurns 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.
Comment #7
fjgarlin commentedThe 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.
Comment #8
tedbowComment #9
phenaproximaComment #10
tedbowLooks good if tests pass
Comment #12
phenaproxima