We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6182096 commit 38dc9bdCopy full SHA for 38dc9bd
.github/workflows/tests.yml
@@ -39,7 +39,7 @@ jobs:
39
40
- name: Run tests
41
env:
42
- DRUPAL_VERSION: ${{ matrix.drupal_version == '11.x' && '11.0-dev' || matrix.drupal_version }}
+ DRUPAL_VERSION: ${{ matrix.drupal_version == '11.x' && '11.0.0-dev' || matrix.drupal_version }}
43
run: |
44
cd drupal-contrib
45
bats tests
0 commit comments