Skip to content

Commit

Permalink
Fixed tests composer require to force 5.3 and 4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
UndefinedOffset committed Nov 7, 2024
1 parent d2041e9 commit 0c64369
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
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/recipe-cms ~5.3
composer require silverstripe/recipe-cms 5.3.*
composer install --verbose --no-interaction --no-progress --no-suggest --optimize-autoloader --ansi
- name: Configure Environment
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
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/recipe-cms ~4.13
composer require silverstripe/recipe-cms 4.13.*
composer install --verbose --no-interaction --no-progress --no-suggest --optimize-autoloader --ansi
- name: Configure Environment
Expand Down Expand Up @@ -233,7 +233,7 @@ 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 require silverstripe/recipe-cms ~4.13
composer require silverstripe/recipe-cms 4.13.*
composer install --verbose --no-interaction --no-progress --no-suggest --optimize-autoloader --ansi
- name: Configure Environment
Expand Down

0 comments on commit 0c64369

Please sign in to comment.