diff --git a/.github/settings.yml b/.github/settings.yml index add4188d..db585447 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 cacbaa6d..8003e3a1 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" @@ -137,7 +137,7 @@ jobs: strategy: matrix: php-version: - - "7.3" + - "7.4" dependencies: - "locked" @@ -179,7 +179,7 @@ jobs: strategy: matrix: php-version: - - "7.3" + - "7.4" dependencies: - "locked" @@ -221,7 +221,7 @@ jobs: strategy: matrix: php-version: - - "7.3" + - "7.4" dependencies: - "locked" @@ -266,7 +266,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 fef0ea5e..ca3f21dd 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 d3fa707c..d581f0b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ For a full diff see [`1.2.0...main`][1.2.0...main]. ### Fixed - Dropped support for PHP 7.2 ([#481]), by [@localheinz] +- Dropped support for PHP 7.3 ([#486]), by [@localheinz] ## [`1.2.0`][1.2.0] @@ -139,6 +140,7 @@ For a full diff see [`0.4.0...0.5.0`][0.4.0...0.5.0]. [#467]: https://github.com/ergebnis/classy/pull/467 [#478]: https://github.com/ergebnis/classy/pull/478 [#481]: https://github.com/ergebnis/classy/pull/481 +[#486]: https://github.com/ergebnis/classy/pull/486 [@ergebnis]: https://github.com/ergebnis [@localheinz]: https://github.com/localheinz diff --git a/composer.json b/composer.json index 51355a77..a4533fea 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "source": "https://github.com/ergebnis/classy" }, "require": { - "php": "^7.3 || ^8.0", + "php": "^7.4 || ^8.0", "ext-tokenizer": "*" }, "require-dev": { @@ -56,7 +56,7 @@ "ergebnis/composer-normalize": 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 823c1f2d..f07fe873 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": "e2aa3faea3605db9bbdfb4780e3adce2", + "content-hash": "880549222798f6b1ac0f44454977883f", "packages": [], "packages-dev": [ { @@ -5670,12 +5670,12 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "^7.3 || ^8.0", + "php": "^7.4 || ^8.0", "ext-tokenizer": "*" }, "platform-dev": [], "platform-overrides": { - "php": "7.3.32" + "php": "7.4.26" }, - "plugin-api-version": "2.1.0" + "plugin-api-version": "2.2.0" } diff --git a/test/Fixture/Classy/Php73/WithinNamespace/source.php b/test/Fixture/Classy/Php73/WithinNamespace/source.php deleted file mode 100644 index d205e1f7..00000000 --- a/test/Fixture/Classy/Php73/WithinNamespace/source.php +++ /dev/null @@ -1,9 +0,0 @@ -