We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9880b5b commit 6e9a8f9Copy full SHA for 6e9a8f9
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- uses: statcan/actions/composer@master
33
with:
34
- args: require drupalwxt/wxt:5.3.x-dev#${{ github.sha }} --working-dir=./site-wxt
+ args: require drupalwxt/wxt:5.4.x-dev#${{ github.sha }} --working-dir=./site-wxt
35
36
- name: Build out the Drupal infrastructure
37
run: |
0 commit comments