We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d88296b commit 8f41d68Copy full SHA for 8f41d68
.github/workflows/testing.yml
@@ -12,4 +12,35 @@ on:
12
13
jobs:
14
test:
15
- uses: wp-cli/.github/.github/workflows/reusable-testing.yml@main
+ 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
28
29
+ "dbtype": "sqlite",
30
31
32
33
34
35
36
+ "os": "windows-2025"
37
38
39
40
41
42
43
+ }
44
+ ],
45
+ "exclude": []
46
0 commit comments