From c0a6f534c3da3dbe22f13a296a92f8b5e21bc3a6 Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Sat, 24 Oct 2020 13:36:00 +0200 Subject: [PATCH 1/2] Still works on PHP 7.1 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d00305bc..155230c1 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ {"name": "Steve Müller", "email": "st.mueller@dzh-online.de"} ], "require": { - "php": "^7.2 || ^8.0", + "php": "^7.1 || ^8.0", "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7", "slevomat/coding-standard": "^6.3.9", "squizlabs/php_codesniffer": "^3.5.5" From 26e2005d1e6603e4f2ebaf20fe8ee1e3a36ed8b7 Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Sat, 24 Oct 2020 16:22:40 +0200 Subject: [PATCH 2/2] Add 7.1 to test matrix --- .github/workflows/continuous-integration.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 6f1a7364..9931b5a5 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -90,6 +90,7 @@ jobs: strategy: matrix: php-version: + - "7.1" - "7.2" - "7.3" - "7.4" @@ -125,7 +126,7 @@ jobs: strategy: matrix: php-version: - - "7.2" + - "7.1" - "7.4" steps: