Merge pull request #28787 from woocommerce/fix/ci-wp-versions-update-after-wp56

Bump WP versions in Travis after WP 5.6 release.
This commit is contained in:
jonathansadowski 2021-01-11 14:28:50 -06:00 committed by GitHub
commit 7669de8fbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -45,10 +45,10 @@ jobs:
env: WP_VERSION=nightly WP_MULTISITE=0
- name: "WP Latest - 1"
php: "7.2"
env: WP_VERSION=5.4 WP_MULTISITE=0
env: WP_VERSION=5.5 WP_MULTISITE=0
- name: "WP Latest - 2"
php: "7.2"
env: WP_VERSION=5.3 WP_MULTISITE=0
env: WP_VERSION=5.4 WP_MULTISITE=0
- name: "Code Standards"
php: "7.4"
env: WP_VERSION=latest WP_MULTISITE=0 RUN_PHPCS=1