Skip to content

Commit e8e19af

Browse files
committed
Adjust test matrix for WordPress trunk
WordPress trunk / 7.0+ requires PHP 7.4+
1 parent 117dd41 commit e8e19af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/reusable-testing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,17 +128,17 @@ jobs:
128128
"dbtype": "mariadb"
129129
},
130130
{
131-
"php": "7.2",
131+
"php": "7.4",
132132
"wp": "trunk",
133133
"mysql": "mysql-8.0"
134134
},
135135
{
136-
"php": "7.2",
136+
"php": "7.4",
137137
"wp": "trunk",
138138
"mysql": "mysql-5.7"
139139
},
140140
{
141-
"php": "7.2",
141+
"php": "7.4",
142142
"wp": "trunk",
143143
"mysql": "mysql-5.6"
144144
},

0 commit comments

Comments
 (0)