From e67a8c1cbfb88e0b62de2298a1160305ba805e11 Mon Sep 17 00:00:00 2001 From: Ludwig Wacker Date: Wed, 4 Dec 2019 12:40:15 +0100 Subject: [PATCH 1/2] Changed default test target to PHP 7.2 --- CHANGELOG.md | 1 + Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82023727c6..5e63c90157 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ All notable changes to this project will be documented in this file based on the ### Improvements * Launch tests with PHP 7.4 +* local tests launch with PHP 7.2 by default * Added `nullable_type_declaration_for_default_null_value`, `no_alias_functions` CS rules [#1706](https://github.com/ruflin/Elastica/pull/1706) * Configured `visibility_required` CS rule for constants [#1723](https://github.com/ruflin/Elastica/pull/1723) diff --git a/Makefile b/Makefile index 3420d01269..3aa44621e3 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ #/bin/bash SOURCE = "./lib" -TARGET?=71 +TARGET?=72 # By default docker environment is used to run commands. To run without the predefined environment, set RUN_ENV=" " either as parameter or as environment variable ifndef RUN_ENV From d6d97e790fca7ebafa55df814f55d13364f3c420 Mon Sep 17 00:00:00 2001 From: Ludwig Wacker Date: Wed, 4 Dec 2019 12:44:31 +0100 Subject: [PATCH 2/2] Added PR link to changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e63c90157..16cfb4aeab 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,7 @@ All notable changes to this project will be documented in this file based on the ### Improvements * Launch tests with PHP 7.4 -* local tests launch with PHP 7.2 by default +* local tests launch with PHP 7.2 by default [#1725](https://github.com/ruflin/Elastica/pull/1725) * Added `nullable_type_declaration_for_default_null_value`, `no_alias_functions` CS rules [#1706](https://github.com/ruflin/Elastica/pull/1706) * Configured `visibility_required` CS rule for constants [#1723](https://github.com/ruflin/Elastica/pull/1723)