From 41b31451092396b4affbd91fe039432b747ace43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Mon, 3 Jan 2022 18:46:23 +0100 Subject: [PATCH] Fix: Drop support for PHP 7.3 --- .github/settings.yml | 13 +++++-------- .github/workflows/integrate.yaml | 11 +++++------ .github/workflows/renew.yaml | 2 +- CHANGELOG.md | 2 ++ composer.json | 4 ++-- composer.lock | 8 ++++---- 6 files changed, 19 insertions(+), 21 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index d64c473..5422152 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -14,14 +14,11 @@ branches: required_approving_review_count: 1 required_status_checks: contexts: - - "Code Coverage (7.3, locked)" - - "Coding Standards (7.3, locked)" - - "Dependency Analysis (7.3, locked)" - - "Mutation Tests (7.3, locked)" - - "Static Code Analysis (7.3, locked)" - - "Tests (7.3, highest)" - - "Tests (7.3, locked)" - - "Tests (7.3, lowest)" + - "Code Coverage (7.4, locked)" + - "Coding Standards (7.4, locked)" + - "Dependency Analysis (7.4, locked)" + - "Mutation Tests (7.4, locked)" + - "Static Code Analysis (7.4, locked)" - "Tests (7.4, highest)" - "Tests (7.4, locked)" - "Tests (7.4, lowest)" diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 296e6b9..6448a8b 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -22,7 +22,7 @@ jobs: strategy: matrix: php-version: - - "7.3" + - "7.4" dependencies: - "locked" @@ -72,7 +72,7 @@ jobs: strategy: matrix: php-version: - - "7.3" + - "7.4" dependencies: - "locked" @@ -140,7 +140,7 @@ jobs: strategy: matrix: php-version: - - "7.3" + - "7.4" dependencies: - "locked" @@ -182,7 +182,7 @@ jobs: strategy: matrix: php-version: - - "7.3" + - "7.4" dependencies: - "locked" @@ -224,7 +224,7 @@ jobs: strategy: matrix: php-version: - - "7.3" + - "7.4" dependencies: - "locked" @@ -275,7 +275,6 @@ jobs: strategy: matrix: php-version: - - "7.3" - "7.4" - "8.0" - "8.1" diff --git a/.github/workflows/renew.yaml b/.github/workflows/renew.yaml index dea10c5..75502b1 100644 --- a/.github/workflows/renew.yaml +++ b/.github/workflows/renew.yaml @@ -18,7 +18,7 @@ jobs: strategy: matrix: php-version: - - "7.3" + - "7.4" dependencies: - "locked" diff --git a/CHANGELOG.md b/CHANGELOG.md index 059e6f6..40fee4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Deprecated all data providers ([#526]), by [@localheinz] - Dropped support for PHP 7.2 ([#530]), by [@localheinz] +- Dropped support for PHP 7.3 ([#540]), by [@localheinz] For a full diff see [`1.5.0...main`][1.5.0...main]. @@ -190,6 +191,7 @@ For a full diff see [`0.7.0...0.8.0`][0.7.0...0.8.0]. [#435]: https://github.com/ergebnis/test-util/pull/435 [#526]: https://github.com/ergebnis/test-util/pull/526 [#530]: https://github.com/ergebnis/test-util/pull/530 +[#540]: https://github.com/ergebnis/test-util/pull/540 [@dependabot]: https://github.com/dependabot [@ergebnis]: https://github.com/ergebnis diff --git a/composer.json b/composer.json index 424eb2b..cbca287 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "source": "https://github.com/ergebnis/test-util" }, "require": { - "php": "^7.3 || ^8.0", + "php": "^7.4 || ^8.0", "ergebnis/classy": "^1.2.0", "fakerphp/faker": "^1.17.0" }, @@ -57,7 +57,7 @@ "phpstan/extension-installer": true }, "platform": { - "php": "7.3.32" + "php": "7.4.26" }, "preferred-install": "dist", "sort-packages": true diff --git a/composer.lock b/composer.lock index 4a70552..ac569e6 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "1f1568d9d064015d6d83c91abf14095d", + "content-hash": "e5f6c5025648143854d713a5d3cd444e", "packages": [ { "name": "ergebnis/classy", @@ -5963,11 +5963,11 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "^7.3 || ^8.0" + "php": "^7.4 || ^8.0" }, "platform-dev": [], "platform-overrides": { - "php": "7.3.32" + "php": "7.4.26" }, - "plugin-api-version": "2.1.0" + "plugin-api-version": "2.2.0" }