Setup Drupal action
ActionsTags
(1)GitHub Action to setup Drupal for testing an extension
The version constraint for Drupal. Defaults to ^9.0
Examples:
^9.1
^8.8.9
~9.0
Where to build Drupal. Defaults to ~/drupal
.
Extra dependencies to install.
Additional packages to configure with allow-plugins
.
uses: bluehorndigital/setup-drupal@v1
with:
version: '9.2.x-dev'
dependencies: 'drupal/token drupal/ctools'
Setup Drupal action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.