Skip to content

Commit

Permalink
Fix: Drop support for PHP 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Dec 28, 2021
1 parent f54a4bc commit 868a98f
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 19 deletions.
11 changes: 4 additions & 7 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,10 @@ 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)"
- "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)"
- "Static Code Analysis (7.4, locked)"
- "Tests (7.4, highest)"
- "Tests (7.4, locked)"
- "Tests (7.4, lowest)"
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
php-version:
- "7.3"
- "7.4"

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

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

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

dependencies:
- "locked"
Expand Down Expand Up @@ -231,7 +231,6 @@ jobs:
strategy:
matrix:
php-version:
- "7.3"
- "7.4"
- "8.0"
- "8.1"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
php-version:
- "7.3"
- "7.4"

dependencies:
- "locked"
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ For a full diff see [`1.0.3...main`][1.0.3...main].
### Changed

- Dropped support for PHP 7.2 ([#564]), by [@dependabot]
- Dropped support for PHP 7.3 ([#571]), by [@dependabot]

### Fixed

Expand Down Expand Up @@ -421,6 +422,7 @@ For a full diff see [`5d8b3e2...0.1.0`][5d8b3e2...0.1.0].
[#463]: https://github.com/ergebnis/json-normalizer/pull/463
[#517]: https://github.com/ergebnis/json-normalizer/pull/517
[#564]: https://github.com/ergebnis/json-normalizer/pull/564
[#571]: https://github.com/ergebnis/json-normalizer/pull/571

[@BackEndTea]: https://github.com/BackEndTea
[@dependabot]: https://github.com/dependabot
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"source": "https://github.com/ergebnis/json-normalizer"
},
"require": {
"php": "^7.3 || ^8.0",
"php": "^7.4 || ^8.0",
"ext-json": "*",
"ergebnis/json-printer": "^3.1.1",
"justinrainbow/json-schema": "^5.2.11"
Expand Down Expand Up @@ -48,7 +48,7 @@
"phpstan/extension-installer": true
},
"platform": {
"php": "7.3.32"
"php": "7.4.26"
},
"preferred-install": "dist",
"sort-packages": true
Expand Down
8 changes: 4 additions & 4 deletions composer.lock

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

0 comments on commit 868a98f

Please sign in to comment.