Skip to content

Commit

Permalink
Merge pull request #102 from wp-cli/update/matrix
Browse files Browse the repository at this point in the history
Update matrix to remove WP 6.6 with PHP less than 7.2
  • Loading branch information
swissspidy authored Jul 16, 2024
2 parents 887e066 + 0439590 commit e505820
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/reusable-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,26 +33,6 @@ jobs:
MATRIX=$(cat << EOF
{
"include": [
{
"php": "7.0",
"wp": "latest",
"mysql": "8.0"
},
{
"php": "7.0",
"wp": "latest",
"dbtype": "sqlite"
},
{
"php": "7.1",
"wp": "latest",
"mysql": "8.0"
},
{
"php": "7.1",
"wp": "latest",
"dbtype": "sqlite"
},
{
"php": "7.2",
"wp": "latest",
Expand Down

0 comments on commit e505820

Please sign in to comment.