Skip to content

Commit bb7acd5

Browse files
Update README, update CI to build PHP 8.2 (#99)
* Update README.md * Update ci.yml
1 parent 8ff0e63 commit bb7acd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
php: [8.0, 8.1]
18+
php: [8.0, 8.1, 8.2]
1919
steps:
2020
- uses: actions/checkout@v3
2121
- name: Start MySQL

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Drush commands to interact with multiple Drupal users.
55

66
## Requirements
77
- Drush ^11.0.5
8-
- Drupal ^9.3
8+
- Drupal ^9.3 || ^10.0
99

1010
## Installation
1111
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

Comments
 (0)