diff --git a/.github/settings.yml b/.github/settings.yml index a48fb58d..5950a550 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.2, locked)" - - "Coding Standards (7.2, locked)" - - "Dependency Analysis (7.2, locked)" - - "Mutation Tests (7.2, locked)" - - "Static Code Analysis (7.2, locked)" - - "Tests (7.2, highest)" - - "Tests (7.2, locked)" - - "Tests (7.2, lowest)" + - "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)" diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index fc65d269..64627142 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -22,7 +22,7 @@ jobs: strategy: matrix: php-version: - - "7.2" + - "7.3" dependencies: - "locked" @@ -87,7 +87,7 @@ jobs: strategy: matrix: php-version: - - "7.2" + - "7.3" dependencies: - "locked" @@ -129,7 +129,7 @@ jobs: strategy: matrix: php-version: - - "7.2" + - "7.3" dependencies: - "locked" @@ -174,7 +174,6 @@ jobs: strategy: matrix: php-version: - - "7.2" - "7.3" - "7.4" - "8.0" @@ -225,7 +224,7 @@ jobs: strategy: matrix: php-version: - - "7.2" + - "7.3" dependencies: - "locked" @@ -275,7 +274,7 @@ jobs: strategy: matrix: php-version: - - "7.2" + - "7.3" dependencies: - "locked" diff --git a/.github/workflows/renew.yaml b/.github/workflows/renew.yaml index 553b53e4..7758d5b3 100644 --- a/.github/workflows/renew.yaml +++ b/.github/workflows/renew.yaml @@ -18,7 +18,7 @@ jobs: strategy: matrix: php-version: - - "7.2" + - "7.3" dependencies: - "locked" diff --git a/CHANGELOG.md b/CHANGELOG.md index 13c289b3..8ca3d10e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), For a full diff see [`1.1.0...main`][1.1.0...main]. +## Changed + +- Dropped support for PHP 7.2 ([#416]), by [@localheinz] + ## [`1.1.0`][1.1.0] For a full diff see [`1.0.1...1.1.0`][1.0.1...1.1.0]. @@ -64,5 +68,6 @@ For a full diff see [`675601b...0.1.0`][675601b...0.1.0]. [#38]: https://github.com/ergebnis/license/pull/38 [#171]: https://github.com/ergebnis/license/pull/171 [#177]: https://github.com/ergebnis/license/pull/177 +[#416]: https://github.com/ergebnis/license/pull/416 [@localheinz]: https://github.com/localheinz diff --git a/composer.json b/composer.json index 401fc465..0b2da7b2 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "source": "https://github.com/ergebnis/license" }, "require": { - "php": "^7.2 || ^8.0", + "php": "^7.3 || ^8.0", "ext-filter": "*" }, "require-dev": { @@ -47,7 +47,7 @@ "ergebnis/composer-normalize": true }, "platform": { - "php": "7.2.33" + "php": "7.3.32" }, "preferred-install": "dist", "sort-packages": true diff --git a/composer.lock b/composer.lock index e029ab0b..f589dbf1 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": "cf63f08ffcfba9ba70e7fde80da63410", + "content-hash": "a20eab78413adc4dc0c7a575aeccdfa6", "packages": [], "packages-dev": [ { @@ -5482,12 +5482,12 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "^7.2 || ^8.0", + "php": "^7.3 || ^8.0", "ext-filter": "*" }, "platform-dev": [], "platform-overrides": { - "php": "7.2.33" + "php": "7.3.32" }, "plugin-api-version": "2.2.0" }