From 80def072192abdfd134899baa9294378fc5d47b3 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Mon, 26 Feb 2024 12:29:14 +1300 Subject: [PATCH] FIX Allow recipe-testing ^4 (#109) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5e1d89..dbb3d8f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -487,7 +487,7 @@ jobs: composer require "silverstripe/sqlite3:^2 || ^3" --no-update fi if [[ "${{ matrix.endtoend }}" == "true" ]] && ! [[ $GITHUB_REPOSITORY =~ /recipe-testing$ ]]; then - composer require "silverstripe/recipe-testing:^2 || ^3" --dev --no-update + composer require "silverstripe/recipe-testing:^2 || ^3 || ^4" --dev --no-update fi # Require silverstripe/installer for non-recipes and all but a few modules