Skip to content

Commit 8f41d68

Browse files
committed
Add custom matrix
1 parent d88296b commit 8f41d68

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

.github/workflows/testing.yml

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,35 @@ on:
1212

1313
jobs:
1414
test:
15-
uses: wp-cli/.github/.github/workflows/reusable-testing.yml@main
15+
uses: wp-cli/.github/.github/workflows/reusable-testing.yml@try/test-suite
16+
with:
17+
matrix: |
18+
{
19+
"include": [
20+
{
21+
"php": "8.4",
22+
"wp": "latest",
23+
"mysql": "mysql-8.0",
24+
"os": "macos-15"
25+
},
26+
{
27+
"php": "8.4",
28+
"wp": "latest",
29+
"dbtype": "sqlite",
30+
"os": "macos-15"
31+
},
32+
{
33+
"php": "8.4",
34+
"wp": "latest",
35+
"mysql": "mysql-8.0",
36+
"os": "windows-2025"
37+
},
38+
{
39+
"php": "8.4",
40+
"wp": "latest",
41+
"dbtype": "sqlite",
42+
"os": "windows-2025"
43+
}
44+
],
45+
"exclude": []
46+
}

0 commit comments

Comments
 (0)