Skip to content

Commit

Permalink
Update expected version
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrelan committed May 7, 2024
1 parent 6182096 commit 38dc9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Run tests
env:
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 }}
run: |
cd drupal-contrib
bats tests

0 comments on commit 38dc9bd

Please sign in to comment.