From 562d8223026468aa209ff72839aa3b7f6f5c968c Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Mon, 26 Feb 2024 15:47:51 +1300 Subject: [PATCH] MNT Increment CI dev requirements --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d743bf0..6f08c31 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,4 +10,6 @@ jobs: name: CI uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1 with: - composer_require_extra: silverstripe/recipe-testing:^3 + # require the following in ci.yml rather than composer.json require-dev specifically because unlike + # regular modules, require-dev will get installed to projects during `composer create-project silverstripe/recipe-testing` + composer_require_extra: silverstripe/recipe-testing:^4