Skip to content
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

Added typed_data 1.0.0-beta1 as Circle ci update-dependencies-8 test is failing #645

Merged
merged 1 commit into from
Nov 19, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .circleci/RoboFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,8 @@ public function drupalVersion($drupalCoreVersion)

// Add rules for testing apigee_edge_actions (only for D8).
$config->require->{"drupal/rules"} = "3.0.0-alpha6";
// Add typed_data beta1 as dev version of typed_data is not compatible with D8.
$config->require->{"drupal/typed_data"} = "1.0.0-beta1 as 1.x-dev";

// We require Drupal drush and console for some tests.
$config->require->{"drupal/console"} = "~1.0";
Expand Down