Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksm authored Dec 29, 2024
1 parent 962b0f5 commit 2069608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
composer config --no-plugins allow-plugins.composer/installers true
composer config --no-plugins allow-plugins.drupal/core-composer-scaffold true
composer require drush/drush:^${{ matrix.drush-version }} --no-update
composer update drush/drush "symfony/*" -W
composer update drush/drush "symfony/*" -W || composer why-not drush/drush:^${{ matrix.drush-version }}
- name: run tests
env:
DRUPAL_VERSION: ${{ matrix.drupal-version }}
Expand Down

0 comments on commit 2069608

Please sign in to comment.