localgovdrupal / localgov_demo

Example content for demonstrating the LocalGovDrupal distribution and to help with development.
GNU General Public License v2.0
0 stars 1 forks source link

Mark support for Drupal 11 and drop Drupal 9 #139

Open alansaun92 opened 1 month ago

alansaun92 commented 1 month ago

Running upgrade status highlighted that this module was not compatible with Drupal 11. This pr adds in Drupal 11 support and drops Drupal 9.

millnut commented 1 month ago

Thanks for this @alansaun92, I don't think we can merge this just yet as we have to check all the dependencies and contrib dependencies of this module to see if we need to create a new major version. I'm currently working through a list that should give us better visibility of the dependencies.

alansaun92 commented 1 month ago

That's understandable and I agree @millnut. I know that fixing all of the issues that upgrade status "says" exists isn't always correct. Trying to get all of the dependencies aligned is the fun part.

ekes commented 1 month ago

As https://github.com/localgovdrupal/localgov_geo/pull/130