File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,8 +105,8 @@ jobs:
105105 - name : Create LocalGov Drupal 11 project
106106 if : matrix.drupal-version == '~11.0'
107107 run : |
108- composer create-project --stability dev --no-install localgovdrupal/localgov-project ./html dev-feature/drupal-11-support
109- composer require --working-dir=./html --no-install --with-all-dependencies localgovdrupal/localgov:"dev-feature/3.x/d11-support as 3.0.13"
108+ composer create-project --stability dev --no-install localgovdrupal/localgov-project ./html "3.2.x"
109+ composer require --working-dir=./html --no-install --with-all-dependencies localgovdrupal/localgov:3.2.x-dev
110110 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 }}
111111 composer install --working-dir=./html
112112
You can’t perform that action at this time.
0 commit comments