Skip to content

Commit

Permalink
Added allow plugins for Silverstripe 5.2/PHP 8.1 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
UndefinedOffset committed May 16, 2024
1 parent 9700d29 commit ca528a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ jobs:
run: |
composer self-update --ansi || true
if [[ $GITHUB_ACCESS_TOKEN ]]; then composer config --ansi -g github-oauth.github.com $GITHUB_ACCESS_TOKEN; fi
composer config allow-plugins.composer/installers true
composer config allow-plugins.silverstripe/recipe-plugin true
composer config allow-plugins.silverstripe/vendor-plugin true
composer require silverstripe/assets 2.2.* --no-update
composer require silverstripe/versioned 2.2.*
composer install --verbose --no-interaction --no-progress --no-suggest --optimize-autoloader --ansi
Expand Down

0 comments on commit ca528a3

Please sign in to comment.