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 Jan 3, 2022
1 parent 69cdf01 commit 1983168
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 21 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.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)"
Expand Down
11 changes: 5 additions & 6 deletions .github/workflows/integrate.yaml
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
php-version:
- "7.3"
- "7.4"

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

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

dependencies:
- "locked"
Expand Down Expand Up @@ -174,7 +174,6 @@ jobs:
strategy:
matrix:
php-version:
- "7.3"
- "7.4"
- "8.0"
- "8.1"
Expand Down Expand Up @@ -224,7 +223,7 @@ jobs:
strategy:
matrix:
php-version:
- "7.3"
- "7.4"

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

dependencies:
- "locked"
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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -11,6 +11,7 @@ For a full diff see [`1.1.0...main`][1.1.0...main].
## Changed

- Dropped support for PHP 7.2 ([#416]), by [@localheinz]
- Dropped support for PHP 7.3 ([#421]), by [@localheinz]

## [`1.1.0`][1.1.0]

Expand Down Expand Up @@ -69,5 +70,6 @@ For a full diff see [`675601b...0.1.0`][675601b...0.1.0].
[#171]: https://github.com/ergebnis/license/pull/171
[#177]: https://github.com/ergebnis/license/pull/177
[#416]: https://github.com/ergebnis/license/pull/416
[#421]: https://github.com/ergebnis/license/pull/421

[@localheinz]: https://github.com/localheinz
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -18,7 +18,7 @@
"source": "https://github.com/ergebnis/license"
},
"require": {
"php": "^7.3 || ^8.0",
"php": "^7.4 || ^8.0",
"ext-filter": "*"
},
"require-dev": {
Expand Down Expand Up @@ -47,7 +47,7 @@
"ergebnis/composer-normalize": 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 1983168

Please sign in to comment.