Skip to content

Commit

Permalink
Drupal 11 moved out some modules
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiu-cristea authored Nov 2, 2024
1 parent 8a99e76 commit d6721d9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,11 @@ jobs:
run: docker compose exec -T php php --version
- name: composer self-update
run: docker compose exec -T php composer self-update
- name: composer require
- name: composer require core
run: docker compose exec -u ${DOCKER_USER_ID} -T php composer require --no-interaction --dev --no-update drupal/core:${DRUPAL_VERSION} drupal/core-composer-scaffold:${DRUPAL_VERSION}
- name: composer require contrib
if: matrix.drupal_version == '^11'
run: docker compose exec -u ${DOCKER_USER_ID} -T php composer require --no-interaction --dev --no-update drupal/book drupal/forum drupal/statistics drupal/tracker
- name: composer install
run: docker compose exec -T php composer install --no-progress --no-ansi --no-interaction
- name: composer site:install
Expand Down

0 comments on commit d6721d9

Please sign in to comment.