From ce6941959678ba1a84af80b412d26d5191ad4d22 Mon Sep 17 00:00:00 2001 From: Jakub Bednar Date: Mon, 20 Sep 2021 07:33:56 +0200 Subject: [PATCH 1/2] chore: switch the PHP 7.1 image to next-gen CircleCI's convenience images --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e7147c52..80dc9668 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -144,7 +144,7 @@ workflows: guzzle-version: "^6" - tests-php: name: php-7.1 - php-image: "circleci/php:7.1" + php-image: "cimg/php:7.1" guzzle-version: "^6" - tests-windows: name: php-windows From 5d99c9263a4f021ccedf2635cc40230e10189a4a Mon Sep 17 00:00:00 2001 From: Jakub Bednar Date: Mon, 20 Sep 2021 07:36:45 +0200 Subject: [PATCH 2/2] docs: update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75a6a8ba..3c8203e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## 2.3.0 [unreleased] +### CI +1. [#93](https://github.com/influxdata/influxdb-client-php/pull/93): Switch the PHP 7.1 image to next-gen CircleCI's convenience images + ## 2.2.0 [2021-09-17] ### Features