Skip to content

Commit 5234081

Browse files
committed
fix: use the new 3.2.x branch for D11 testing
1 parent a30162d commit 5234081

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-module.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)