Skip to content

Commit

Permalink
Safer?
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiu-cristea authored Nov 2, 2024
1 parent d5602e7 commit 345eb8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
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:dev-3379544-tracker-needs-to
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:"dev-3379544-tracker-needs-to"
- 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 345eb8c

Please sign in to comment.