Use WP 4.4 as the default minimum supported WP version

This commit is contained in:
Daniel Bachhuber 2017-03-21 07:52:44 -07:00
parent a2035db3ed
commit a012389ddd
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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