Skip to content

Commit

Permalink
Fix nightly builds minimum stability issue with Roots WP
Browse files Browse the repository at this point in the history
The minimum stability requirement is blocking roots/wordpress from installing due to a sub dependency of roots/wordpress-no-content
  • Loading branch information
roborourke authored Jul 29, 2024
1 parent 1502d6e commit 0921cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Install PHP Dependencies
run: |
composer install --prefer-dist --no-progress --no-suggest --no-interaction --ignore-platform-reqs
composer require --dev --update-with-dependencies --prefer-dist roots/wordpress="dev-main" wp-phpunit/wp-phpunit="dev-master"
composer require --dev --update-with-all-dependencies --prefer-dist roots/wordpress="dev-main" roots/wordpress-no-content="dev-main" wp-phpunit/wp-phpunit="dev-master"
- name: Run the tests
run: |
Expand Down

0 comments on commit 0921cfb

Please sign in to comment.