From ef344dcc11bfa1d9b1b1e58ef4acb1fccb39928d Mon Sep 17 00:00:00 2001 From: Bec White Date: Thu, 11 Aug 2016 16:48:21 -0500 Subject: [PATCH] Add info about drupal version support to the README. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ec18dc7..ea848e6 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,11 @@ The Palantir Behat Drupal Extension provides additional step definitions for tes ## Drupal 8 -All of the available steps and methods currently throw a `NotUpdatedException`. Please update them as you need them for your projects! +Drupal 8 is supported using the `drupal8` branch, but all of the available steps and methods currently throw a `NotUpdatedException`. Please update them as you need them for your projects! + +## Drupal 7 + +Drupal 7 is supported using the `master` branch. ## What can I do with this?