Skip to content

Commit

Permalink
fix: add specific drupal core install as project can be either 10 or …
Browse files Browse the repository at this point in the history
…11, this specificity prevents the workflow from using 10 for everything
  • Loading branch information
millnut committed Feb 10, 2025
1 parent 7335bb6 commit f5327ff
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 @@ -91,7 +91,7 @@ jobs:
- name: Create LocalGov Drupal project
run: |
composer create-project --stability dev localgovdrupal/localgov-project:${COMPOSER_REF} ./html
composer --working-dir=./html require --no-install drupal/core-recommended:${{ matrix.drupal-version }} drupal/core-composer-scaffold:${{ matrix.drupal-version }} drupal/core-project-message:${{ matrix.drupal-version }} drupal/core-dev:${{ matrix.drupal-version }}
composer require --working-dir=./html --no-install --with-all-dependencies drupal/core-recommended:${{ matrix.drupal-version }} drupal/core-composer-scaffold:${{ matrix.drupal-version }} drupal/core-project-message:${{ matrix.drupal-version }} drupal/core-dev:${{ matrix.drupal-version }}
composer install --working-dir=./html
- name: Obtain all dev dependencies for LocalGov Drupal
Expand Down

0 comments on commit f5327ff

Please sign in to comment.