We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8392e6 commit 29c94ceCopy full SHA for 29c94ce
.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.0-dev' || matrix.drupal_version }}
+ DRUPAL_VERSION: ${{ matrix.drupal_version == '11.x' && '11.2-dev' || matrix.drupal_version }}
43
run: |
44
cd drupal-contrib
45
bats tests
tests/drush.bats
@@ -1,4 +1,4 @@
1
-DRUPAL_VERSION="${DRUPAL_VERSION:-9.4}"
+DRUPAL_VERSION="${DRUPAL_VERSION:-11.x}"
2
3
setup() {
4
DIR="$( cd "$( dirname "$BATS_TEST_FILENAME" )" >/dev/null 2>&1 && pwd )"
0 commit comments