Skip to content

Commit

Permalink
Support drush 12 (#14)
Browse files Browse the repository at this point in the history
* Support drush 12

* Update test.yml

* Update test.yml
  • Loading branch information
eiriksm committed Jul 20, 2023
1 parent a8c1d6d commit e3029d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- "9"
- "10"
- "11"
- "12"
exclude:
- php-version: 7.2
drupal-version: 9
Expand Down Expand Up @@ -58,6 +59,10 @@ jobs:
php-version: 7.4
- drupal-version: 10
php-version: 8.0
- drush-version: 12
drupal-version: 8
- drush-version: 12
drupal-version: 9
steps:
- name: Dump matrix context
env:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Allows you to get the complete picture of a site schema, to use for CI for example",
"type": "drupal-drush",
"require": {
"drush/drush": "~9||~10||~11"
"drush/drush": "~9 || ~10 || ~11 || ~12"
},
"license": "GPL-2.0-or-later",
"authors": [],
Expand Down

0 comments on commit e3029d6

Please sign in to comment.