File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
php-tests :
14
14
strategy :
15
15
matrix :
16
- php : [8.0, 8. 1, 8.2]
16
+ php : [8.1, 8.2]
17
17
wordpress : ["latest"]
18
18
uses : alleyinteractive/.github/.github/workflows/php-tests.yml@main
19
19
with :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Requires at least: 5.9
10
10
11
11
Tested up to: 6.1
12
12
13
- Requires PHP: 8.0
13
+ Requires PHP: 8.1
14
14
15
15
License: GPL v2 or later
16
16
@@ -132,4 +132,4 @@ with us](https://alley.co/careers/).
132
132
133
133
## License
134
134
135
- The GNU General Public License (GPL) license. Please see [ License File] ( LICENSE ) for more information.
135
+ The GNU General Public License (GPL) license. Please see [ License File] ( LICENSE ) for more information.
Original file line number Diff line number Diff line change 15
15
}
16
16
],
17
17
"require" : {
18
- "php" : " ^8.0 " ,
18
+ "php" : " ^8.1 " ,
19
19
"alleyinteractive/composer-wordpress-autoloader" : " ^1.0" ,
20
20
"alleyinteractive/wp-match-blocks" : " ^3.0" ,
21
21
"alleyinteractive/wp-type-extensions" : " ^2.1"
You can’t perform that action at this time.
0 commit comments