Skip to content

Commit

Permalink
Merge pull request #60 from mglaman/symfony-console-conflict
Browse files Browse the repository at this point in the history
Resolve version constraints on symfony/console
  • Loading branch information
mglaman authored May 3, 2019
2 parents f0ed61e + c765702 commit f8e3d68
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,18 @@ jobs:
name: Run against a module
command: |
drupal-check /tmp/drupal/web/core/modules/dynamic_page_cache
test_symfony_console_conflict:
<<: *defaults
steps:
- setup-job
- run: mkdir -p /tmp/example
- run: composer require behat/behat:^3.0 drush/drush:^9 --working-dir /tmp/example
- run: |
composer config repositories.drupalCheck '{"type": "path", "url": "~/repo", "options": { "symlink": false }}' --working-dir /tmp/example
- run: |
composer require mglaman/drupal-check *@dev --working-dir /tmp/example
- run: |
/tmp/example/vendor/bin/drupal-check --version
workflows:
version: 2
test_and_deploy:
Expand All @@ -175,4 +186,5 @@ workflows:
- test_drupal_project
- test_lightning
- test_global_require_with_drush
- test_symfony_console_conflict
- build

0 comments on commit f8e3d68

Please sign in to comment.