We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ff0e63 commit bb7acd5Copy full SHA for bb7acd5
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
strategy:
17
matrix:
18
- php: [8.0, 8.1]
+ php: [8.0, 8.1, 8.2]
19
steps:
20
- uses: actions/checkout@v3
21
- name: Start MySQL
README.md
@@ -5,7 +5,7 @@ Drush commands to interact with multiple Drupal users.
5
6
## Requirements
7
- Drush ^11.0.5
8
-- Drupal ^9.3
+- Drupal ^9.3 || ^10.0
9
10
## Installation
11
Since this is a [site-wide Drush command](https://www.drush.org/latest/commands/#site-wide-drush-commands), it will only be
0 commit comments