Skip to content

Commit 29c94ce

Browse files
committed
Fix tests
1 parent e8392e6 commit 29c94ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
4040
- name: Run tests
4141
env:
42-
DRUPAL_VERSION: ${{ matrix.drupal_version == '11.x' && '11.0.0-dev' || matrix.drupal_version }}
42+
DRUPAL_VERSION: ${{ matrix.drupal_version == '11.x' && '11.2-dev' || matrix.drupal_version }}
4343
run: |
4444
cd drupal-contrib
4545
bats tests

tests/drush.bats

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
DRUPAL_VERSION="${DRUPAL_VERSION:-9.4}"
1+
DRUPAL_VERSION="${DRUPAL_VERSION:-11.x}"
22

33
setup() {
44
DIR="$( cd "$( dirname "$BATS_TEST_FILENAME" )" >/dev/null 2>&1 && pwd )"

0 commit comments

Comments
 (0)