File tree Expand file tree Collapse file tree 1 file changed +18
-4
lines changed
Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Original file line number Diff line number Diff line change 2323 strategy :
2424 matrix :
2525 runs-on :
26- - ubuntu-24.04-arm
2726 - ubuntu-24.04
28- - macos-15
29- - macos-15-intel
3027 composer-json :
3128 - composer.json
3229 - not-named-composer.json
@@ -39,11 +36,28 @@ jobs:
3936 - auto
4037 - php.net
4138 - offline
42- case :
39+ case :
4340 - caret-7-3
4441 - exactly-7-3-5
4542 - complex
4643
44+ include :
45+ - runs-on : ubuntu-24.04-arm
46+ composer-json : sub/dir/composer.json
47+ mode : full
48+ source : offline
49+ case : complex
50+ - runs-on : macos-15
51+ composer-json : sub/dir/composer.json
52+ mode : full
53+ source : offline
54+ case : complex
55+ - runs-on : macos-15-intel
56+ composer-json : sub/dir/composer.json
57+ mode : full
58+ source : offline
59+ case : complex
60+
4761 steps :
4862 - uses : actions/checkout@v5
4963 with :
You can’t perform that action at this time.
0 commit comments