File tree Expand file tree Collapse file tree 4 files changed +60
-3
lines changed
Expand file tree Collapse file tree 4 files changed +60
-3
lines changed Original file line number Diff line number Diff line change 1010jobs :
1111 code-quality :
1212 uses : wp-cli/.github/.github/workflows/reusable-code-quality.yml@main
13+ with :
14+ parallel-lint-excludes : |
15+ admin-command
16+ automated-tests
17+ builds
18+ cache-command
19+ checksum-command
20+ config-command
21+ core-command
22+ cron-command
23+ dashboard
24+ db-command
25+ deb-build
26+ dist-archive-command
27+ doctor-command
28+ dot-github
29+ embed-command
30+ entity-command
31+ eval-command
32+ export-command
33+ extension-command
34+ find-command
35+ google-sitemap-generator-cli
36+ handbook
37+ i18n-command
38+ import-command
39+ language-command
40+ maintenance-mode-command
41+ media-command
42+ package-command
43+ package-index
44+ php-cli-tools
45+ process
46+ profile-command
47+ restful
48+ reusable-workflow-test
49+ rewrite-command
50+ role-command
51+ rpm-build
52+ scaffold-command
53+ scaffold-package-command
54+ search-replace-command
55+ server-command
56+ shell-command
57+ spyc
58+ sql-transform
59+ super-admin-command
60+ widget-command
61+ wordpress-core
62+ wp-cli
63+ wp-cli.github.com
64+ wp-cli-bundle
65+ wp-cli-shim
66+ wp-cli-tests
67+ wp-config-transformer
68+ wp-super-cache-cli
Original file line number Diff line number Diff line change 11# Exclude all subfolders...
22/* /
3- # except for the _maintenance folder.
3+ # except for the following.
4+ ! /.github /
45! /.maintenance /
56! /.readme-partials /
67
Original file line number Diff line number Diff line change 194194 }
195195 ],
196196 "require" : {
197- "php" : " >=5.6.20 " ,
197+ "php" : " >=7.2.24 " ,
198198 "ext-json" : " *" ,
199199 "ext-dom" : " *" ,
200200 "wp-cli/admin-command" : " dev-main" ,
Original file line number Diff line number Diff line change 3838
3939 <!-- For help understanding the `testVersion` configuration setting:
4040 https://github.com/PHPCompatibility/PHPCompatibility#sniffing-your-code-for-compatibility-with-specific-php-versions -->
41- <config name =" testVersion" value =" 5.6 -" />
41+ <config name =" testVersion" value =" 7.2 -" />
4242
4343 <!--
4444 #############################################################################
You can’t perform that action at this time.
0 commit comments