Closed (fixed)
Project:
Field Encryption
Version:
3.2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
22 Oct 2024 at 06:51 UTC
Updated:
26 Nov 2024 at 10:59 UTC
Jump to comment: Most recent
Last week, Drupal 11 became the default ("current") version in GitLab CI. As a result, we need to update the CI config to keep testing on Drupal 10 (since it is now the "previous major"). "next major" currently has no effect because Drupal 12 doesn't have an active test branch, but I left it in and added "next minor" to test future versions of Drupal 11.
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
ptmkenny commentedComment #4
ptmkenny commentedEven though the test is failing, I think this should be committed because, by adding a test, it shows that the tests are failing.
Comment #6
alexpottI think we should allow the next minor to fail... we still get the info.
Comment #7
alexpottActually if we release an 11.x compatible version we need to say we conflict with 11.1.x because we already know we do - therefore this is going to fail hard. Not sure what to do. ick.
Comment #8
ptmkenny commentedYeah, allowing failure makes sense; I made this MR before I realized how hard 11.1 compatibility was going to be.
I've updated the MR to block installation on 11.1 for now. I definitely think there should be an 11.0-compatible release, and hopefully an 11.1-compatible release to follow shortly after.
Comment #9
alexpottComment #10
alexpottComment #12
alexpott