Skip to content

Commit

Permalink
Merge pull request #540 from ergebnis/fix/php73
Browse files Browse the repository at this point in the history
Fix: Drop support for PHP 7.3
  • Loading branch information
localheinz committed Jan 14, 2022
2 parents e884a0f + b884704 commit 3c1623e
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 18 deletions.
11 changes: 4 additions & 7 deletions .github/settings.yml
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
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
php-version:
- "7.3"
- "7.4"

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

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

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

dependencies:
- "locked"
Expand Down Expand Up @@ -222,7 +222,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
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
php-version:
- "7.3"
- "7.4"

dependencies:
- "locked"
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 [`3.4.0...main`][3.4.0...main].

### Fixed

* Dropped support for PHP 7.3 ([#540]), by [@localheinz]

## [`3.4.0`][3.4.0]

For a full diff see [`3.3.0...3.4.0`][3.3.0...3.4.0].
Expand Down Expand Up @@ -545,6 +549,7 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0].
[#513]: https://github.com/ergebnis/php-cs-fixer-config/pull/513
[#521]: https://github.com/ergebnis/php-cs-fixer-config/pull/521
[#527]: https://github.com/ergebnis/php-cs-fixer-config/pull/527
[#40]: https://github.com/ergebnis/php-cs-fixer-config/pull/540

[@dependabot]: https://github.com/apps/dependabot
[@linuxjuggler]: https://github.com/linuxjuggler
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -15,7 +15,7 @@
"source": "https://github.com/ergebnis/php-cs-fixer-config"
},
"require": {
"php": "^7.3 || ^8.0",
"php": "^7.4 || ^8.0",
"ext-filter": "*",
"friendsofphp/php-cs-fixer": "~3.4.0"
},
Expand Down Expand Up @@ -44,7 +44,7 @@
"ergebnis/composer-normalize": true
},
"platform": {
"php": "7.3.28"
"php": "7.4.26"
},
"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 3c1623e

Please sign in to comment.