This commit is contained in:
Adrian Duffell 2021-01-21 09:11:30 +08:00 committed by GitHub
parent ecf3e61cbd
commit e506e6c9bf
4 changed files with 6 additions and 8 deletions

View File

@ -33,9 +33,6 @@ matrix:
- name: 'PHP 7.0 unit tests'
php: 7.0
env: WP_VERSION=latest WP_MULTISITE=0 WP_CORE_DIR=/tmp/wordpress PHPUNIT=6
- name: 'PHP 5.6 unit tests'
php: 5.6
env: WP_VERSION=latest WP_MULTISITE=0 WP_CORE_DIR=/tmp/wordpress WC_VERSION=3.8.1
allow_failures:
- php: 7.3
env: WP_VERSION=latest WP_MULTISITE=0 WP_CORE_DIR=/tmp/wordpress RUN_RANDOM=1 COMPOSER_DEV=1

View File

@ -9,7 +9,7 @@
"minimum-stability": "dev",
"require": {
"composer/installers": "^1.9.0",
"php": ">=5.6|>=7.0",
"php": ">=7.0",
"automattic/jetpack-autoloader": "^2.2.0"
},
"require-dev": {

View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "13d25093aa13b1cfa4aedf6535085fd6",
"content-hash": "33a135a8b9a5d43687b4b844109bd042",
"packages": [
{
"name": "automattic/jetpack-autoloader",
@ -2305,7 +2305,7 @@
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
"php": ">=5.6|>=7.0"
"php": ">=7.0"
},
"platform-dev": [],
"platform-overrides": {

View File

@ -3,7 +3,7 @@ Contributors: woocommerce, automattic
Tags: ecommerce, e-commerce, store, sales, reports, analytics, dashboard, activity, notices, insights, stats, woo commerce, woocommerce
Requires at least: 5.4.0
Tested up to: 5.6.0
Requires PHP: 5.6.20
Requires PHP: 7.0
Stable tag: 2.0.0-dev
License: GPLv3
License URI: https://github.com/woocommerce/woocommerce-admin/blob/main/license.txt
@ -38,7 +38,7 @@ WooCommerce Admin also allows store owners to customize a new dashboard screen w
* WordPress 5.3
* WooCommerce 4.5 or greater
* PHP version 5.6.20 or greater. PHP 7.2 or greater is recommended
* PHP version 7.0 or greater. PHP 7.2 or greater is recommended
* MySQL version 5.0 or greater. MySQL 5.6 or greater is recommended
Visit the [WooCommerce server requirements documentation](https://docs.woocommerce.com/document/server-requirements/) for a detailed list of server requirements.
@ -73,6 +73,7 @@ Release and roadmap notes are available on the [WooCommerce Developers Blog](htt
== Unreleased ==
- Tweak: Bump minimum supported version of PHP to 7.0. #6046
- Fix: allow for more terms to be shown for product attributes in the Analytics orders report. #5868
- Tweak: update the content and timing of the NeedSomeInspiration note. #6076
- Add: Remote inbox notifications contains comparison and fix product rule. #6073