Skip to content

Commit e505820

Browse files
authored
Merge pull request #102 from wp-cli/update/matrix
Update matrix to remove WP 6.6 with PHP less than 7.2
2 parents 887e066 + 0439590 commit e505820

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

.github/workflows/reusable-testing.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -33,26 +33,6 @@ jobs:
3333
MATRIX=$(cat << EOF
3434
{
3535
"include": [
36-
{
37-
"php": "7.0",
38-
"wp": "latest",
39-
"mysql": "8.0"
40-
},
41-
{
42-
"php": "7.0",
43-
"wp": "latest",
44-
"dbtype": "sqlite"
45-
},
46-
{
47-
"php": "7.1",
48-
"wp": "latest",
49-
"mysql": "8.0"
50-
},
51-
{
52-
"php": "7.1",
53-
"wp": "latest",
54-
"dbtype": "sqlite"
55-
},
5636
{
5737
"php": "7.2",
5838
"wp": "latest",

0 commit comments

Comments
 (0)