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 78917e1 commit 8e28961
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
drupal-version: 10
- drush-version: 11
drupal-version: 11
- drush-version: 12
drupal-version: 11

steps:
- name: Dump matrix context
Expand Down Expand Up @@ -110,7 +112,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 why-not drush/drush ^${{ matrix.drush-version }}
composer update drush/drush "symfony/*" -W
- name: run tests
env:
DRUPAL_VERSION: ${{ matrix.drupal-version }}
Expand Down

0 comments on commit 8e28961

Please sign in to comment.