From 16d68142554eae6f9a00053c43a02001857d17b1 Mon Sep 17 00:00:00 2001 From: Maime Rainville Date: Thu, 22 Jun 2023 09:56:15 +1200 Subject: [PATCH 1/2] DOC Fix typo in README to use correct prop for URLSegment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b443da0..ecf627d 100644 --- a/README.md +++ b/README.md @@ -633,7 +633,7 @@ It's based on the `vendor/bin/behat -di @cms` output. - Example: Given a "page" "Page 1" Given /^(?:(an|a|the) )"(?[^"]+)" "(?[^"]+)" with (?.*)$/ - - Example: Given a "page" "Page 1" with "URL"="page-1" and "Content"="my page 1" + - Example: Given a "page" "Page 1" with "URLSegment"="page-1" and "Content"="my page 1" Given /^(?:(an|a|the) )"(?[^"]+)" "(?[^"]+)" has the following data$/ - Example: And the "page" "Page 2" has the following data From d1a7b367468fe0d127b9ff7a5e9c752eca84b29f Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Wed, 5 Jul 2023 11:53:49 +1200 Subject: [PATCH 2/2] MNT Remove composer_require_extra --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5d2f1e..bf02210 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,5 +9,3 @@ jobs: ci: name: CI uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1 - with: - composer_require_extra: silverstripe/installer:4.13.x-dev