From b84708beaec33e361fdff4b22f680f53a1714093 Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Mon, 13 Apr 2020 09:42:44 +0200 Subject: [PATCH 1/4] Bump Travis CI default OS from trusty to xenial --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f4a0e3b89d..7fc56cbaa8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,12 @@ os: linux -dist: trusty +dist: xenial language: php php: 7.3 +services: + - mysql + notifications: email: on_success: never From 032c3cd800f1b7f58f220fe52efab24328209464 Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Mon, 13 Apr 2020 12:05:53 +0200 Subject: [PATCH 2/4] Skip Basic Composer Stack test for PHP 7.4+ --- features/bootstrap.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/bootstrap.feature b/features/bootstrap.feature index 38fd01649b..d37d0b5e17 100644 --- a/features/bootstrap.feature +++ b/features/bootstrap.feature @@ -7,7 +7,7 @@ Feature: Bootstrap WP-CLI And I run `rm -rf {PACKAGE_PATH}/composer.json` And I run `rm -rf {PACKAGE_PATH}/composer.lock` - @require-opcache-save-comments + @less-than-php-7.4 @require-opcache-save-comments Scenario: Basic Composer stack Given an empty directory And a composer.json file: From a781826a6b505e2a0b360f30f787a51c1cbcd13d Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Mon, 13 Apr 2020 12:38:58 +0200 Subject: [PATCH 3/4] Use trusty for WP 3.7 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 7fc56cbaa8..cf13b9f1ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -74,6 +74,7 @@ jobs: - stage: test php: 5.6 env: WP_VERSION=3.7.11 + dist: trusty - stage: test php: 5.6 env: WP_VERSION=trunk From afd2fd5d80b7bcc1fbeea7222b86d8623df2a0f6 Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Fri, 17 Apr 2020 18:37:24 +0200 Subject: [PATCH 4/4] Update wp-cli/db-command to v2.0.7 --- composer.lock | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 4d2e9bf364..f2c6d3f6ce 100644 --- a/composer.lock +++ b/composer.lock @@ -834,6 +834,7 @@ "email": "jakub.onderka@gmail.com" } ], + "abandoned": "php-parallel-lint/php-console-color", "time": "2018-09-29T17:23:10+00:00" }, { @@ -880,6 +881,7 @@ } ], "description": "Highlight PHP code in terminal", + "abandoned": "php-parallel-lint/php-console-highlighter", "time": "2018-09-29T18:48:56+00:00" }, { @@ -928,6 +930,7 @@ ], "description": "This tool check syntax of PHP files about 20x faster than serial check.", "homepage": "https://github.com/JakubOnderka/PHP-Parallel-Lint", + "abandoned": "php-parallel-lint/php-parallel-lint", "time": "2018-02-24T15:31:20+00:00" }, { @@ -3130,20 +3133,20 @@ }, { "name": "wp-cli/db-command", - "version": "v2.0.6", + "version": "v2.0.7", "source": { "type": "git", "url": "https://github.com/wp-cli/db-command.git", - "reference": "8e3cd46987241ed97ddb7f682b3505dff8d6dce4" + "reference": "c274b57b437397c49bfe3193ea915220b6905de9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-cli/db-command/zipball/8e3cd46987241ed97ddb7f682b3505dff8d6dce4", - "reference": "8e3cd46987241ed97ddb7f682b3505dff8d6dce4", + "url": "https://api.github.com/repos/wp-cli/db-command/zipball/c274b57b437397c49bfe3193ea915220b6905de9", + "reference": "c274b57b437397c49bfe3193ea915220b6905de9", "shasum": "" }, "require": { - "wp-cli/wp-cli": "^2" + "wp-cli/wp-cli": "dev-master" }, "require-dev": { "wp-cli/entity-command": "^1.3 || ^2", @@ -3196,7 +3199,7 @@ ], "description": "Performs basic database operations using credentials stored in wp-config.php.", "homepage": "https://github.com/wp-cli/db-command", - "time": "2020-01-28T16:39:32+00:00" + "time": "2020-04-17T15:47:28+00:00" }, { "name": "wp-cli/entity-command",