-
Notifications
You must be signed in to change notification settings - Fork 822
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
Broken builds #10278
Comments
The build for silverstripe/admin is breaking because we're updating guzzle in 4.11, but that hasn't been tagged yet and the build wants to use stable releases - but it also requires silverstripe/frameworktest which has already been tagged with the guzzle upgrade. We either need to require an earlier version of frameworktest for the travis build or use dev stability for the other modules. Edit: Actually we need to require a later version of frameworktest - behat.yml needs to be updated to require 0.4.3 |
The elemental build has broken in a way very similar to silverstripe/silverstripe-elemental#954 - at least for the publish mutation. I'm hoping the fix that was put in place for |
Linked PRs have been merged |
There are several broken builds currently. This ticket focuses on the broken builds on modules which are included in silverstripe/recipe-kitchen-sink.
Broken builds (minor release branch e.g.
4
)Broken builds (patch release branch e.g.
4.10
)Acceptance criteria
PRs
Note
The text was updated successfully, but these errors were encountered: