Skip to content

Commit

Permalink
Merge pull request #845 from ergebnis/fix/php72
Browse files Browse the repository at this point in the history
Fix: Drop support for PHP 7.2
  • Loading branch information
localheinz committed Dec 28, 2021
2 parents ff00fd4 + f6053e1 commit 2067126
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 22 deletions.
13 changes: 5 additions & 8 deletions .github/settings.yml
Expand Up @@ -14,14 +14,11 @@ branches:
required_approving_review_count: 1
required_status_checks:
contexts:
- "Code Coverage (7.2, locked)"
- "Coding Standards (7.2, locked)"
- "Compile Phar (7.2, locked)"
- "Dependency Analysis (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)"
- "Compile Phar (7.3, locked)"
- "Dependency Analysis (7.3, locked)"
- "Static Code Analysis (7.3, locked)"
- "Tests (7.3, highest)"
- "Tests (7.3, locked)"
- "Tests (7.3, lowest)"
Expand Down
11 changes: 5 additions & 6 deletions .github/workflows/integrate.yaml
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
php-version:
- "7.2"
- "7.3"

dependencies:
- "locked"
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
strategy:
matrix:
php-version:
- "7.2"
- "7.3"

dependencies:
- "locked"
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
strategy:
matrix:
php-version:
- "7.2"
- "7.3"

dependencies:
- "locked"
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
strategy:
matrix:
php-version:
- "7.2"
- "7.3"

dependencies:
- "locked"
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
strategy:
matrix:
php-version:
- "7.2"
- "7.3"

dependencies:
- "locked"
Expand Down Expand Up @@ -291,7 +291,6 @@ jobs:
strategy:
matrix:
php-version:
- "7.2"
- "7.3"
- "7.4"
- "8.0"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
php-version:
- "7.2"
- "7.3"

dependencies:
- "locked"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renew.yaml
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
php-version:
- "7.2"
- "7.3"

dependencies:
- "locked"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yaml
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
php-version:
- "7.2"
- "7.3"

steps:
- name: "Checkout"
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

For a full diff see [`2.19.0...main`][2.19.0...main].

### Fixed

- Dropped support for PHP 7.2 ([#845]), by [@localheinz]

## [`2.19.0`][2.19.0]

### Changed
Expand Down Expand Up @@ -779,6 +783,7 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0].
[#825]: https://github.com/ergebnis/composer-normalize/pull/825
[#829]: https://github.com/ergebnis/composer-normalize/pull/829
[#842]: https://github.com/ergebnis/composer-normalize/pull/842
[#845]: https://github.com/ergebnis/composer-normalize/pull/845

[@core23]: https://github.com/core23
[@dependabot]: https://github.com/dependabot
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -21,7 +21,7 @@
"source": "https://github.com/ergebnis/composer-normalize"
},
"require": {
"php": "^7.2 || ^8.0",
"php": "^7.3 || ^8.0",
"composer-plugin-api": "^2.0.0",
"ergebnis/json-normalizer": "^1.0.3",
"ergebnis/json-printer": "^3.1.1",
Expand Down Expand Up @@ -55,7 +55,7 @@
"composer/package-versions-deprecated": true
},
"platform": {
"php": "7.2.33"
"php": "7.3.32"
},
"preferred-install": "dist",
"sort-packages": true
Expand Down
6 changes: 3 additions & 3 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2067126

Please sign in to comment.