From 70c76e9476e9f6e1b9f0ea400a5edc9618f8d3e2 Mon Sep 17 00:00:00 2001 From: Ondrej Mirtes Date: Mon, 28 Mar 2022 12:28:39 +0200 Subject: [PATCH] Drop support for PHP 7.2 --- .github/workflows/build.yml | 2 -- composer.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5b1d5f4..7a86232 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,6 @@ jobs: strategy: matrix: php-version: - - "7.1" - "7.2" - "7.3" - "7.4" @@ -77,7 +76,6 @@ jobs: fail-fast: false matrix: php-version: - - "7.1" - "7.2" - "7.3" - "7.4" diff --git a/composer.json b/composer.json index e0b2718..91832ce 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "MIT" ], "require": { - "php": "^7.1 || ^8.0", + "php": "^7.2 || ^8.0", "composer-plugin-api": "^2.0", "phpstan/phpstan": ">=0.11.6" },