From 39ae9f2da2fd52c3f156d35d3ab324ffb89f77a2 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Mon, 26 Feb 2024 16:25:30 +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 5c55722..a24b7f2 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/frameworktest:^1 + # 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-blog` + composer_require_extra: silverstripe/frameworktest:^2