Skip to content

Commit

Permalink
FIX Allow recipe-testing ^4
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Feb 23, 2024
1 parent 26e37a5 commit 9ea49e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ea49e0

Please sign in to comment.