mirror of
https://fast.feibisi.com/https://github.com/wp-cli/scaffold-command.git
synced 2025-10-04 17:01:28 +08:00
Use WP 4.4 as the default minimum supported WP version
This commit is contained in:
parent
a2035db3ed
commit
a012389ddd
2 changed files with 2 additions and 2 deletions
|
@ -82,7 +82,7 @@ Feature: Scaffold plugin unit tests
|
|||
"""
|
||||
- |
|
||||
rm -rf $WP_TESTS_DIR $WP_CORE_DIR
|
||||
bash bin/install-wp-tests.sh wordpress_test ubuntu '' 127.0.0.1 3.7
|
||||
bash bin/install-wp-tests.sh wordpress_test ubuntu '' 127.0.0.1 4.4
|
||||
phpunit
|
||||
- |
|
||||
rm -rf $WP_TESTS_DIR $WP_CORE_DIR
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
Contributors: (this should be a list of wordpress.org userid's)
|
||||
Donate link: http://example.com/
|
||||
Tags: comments, spam
|
||||
Requires at least: 3.7
|
||||
Requires at least: 4.4
|
||||
Tested up to: {{plugin_tested_up_to}}
|
||||
Stable tag: 0.1.0
|
||||
License: GPLv2 or later
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue