From 035f00045cc461713dc8b57fd56e7c183792911f Mon Sep 17 00:00:00 2001 From: byrond Date: Mon, 16 Jan 2023 13:01:26 -0500 Subject: [PATCH] revert change of drupal skeleton version to test with --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index be370465..7ba305d9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -72,7 +72,7 @@ jobs: # Create a new project using the drupal-skeleton project - run: name: Create a new Drupal project - command: composer create-project palantirnet/drupal-skeleton example dev-minimum-stability-dev --no-interaction + command: composer create-project palantirnet/drupal-skeleton example dev-develop --no-interaction working_directory: ~/ # Use this copy of the-build