-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Drupal dev version to CI environment #655
Comments
So I took a crack at this, but right now its pretty much impossible due to Drush being borked because Drupal updated major versions of symfony. See details in this issue: |
Just to leave my work here in case we want to revisit it at some point: Updated Updated |
Here is the travis fail during site install due to drush: |
It remains an issue that we need a strategy for looking ahead to testing code on alpha (emerging) versions of Drupal. We do have some portions of this set up. We need to document Github Actions approach. |
Try running our code against Drupal minor version release candidates to see if things will break when a new version of Drupal is coming out.
The text was updated successfully, but these errors were encountered: