Skip to content

Commit

Permalink
Fix: Drop support for PHP 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Aug 30, 2020
1 parent f67fb14 commit 97c33e8
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 14 deletions.
5 changes: 1 addition & 4 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,10 @@ branches:
required_status_checks:
contexts:
- "Code Coverage (7.4, locked)"
- "Coding Standards (7.1, locked)"
- "Coding Standards (7.2, locked)"
- "Dependency Analysis (7.4, locked)"
- "Mutation Tests (7.4, locked)"
- "Static Code Analysis (7.4, locked)"
- "Tests (7.1, highest)"
- "Tests (7.1, locked)"
- "Tests (7.1, lowest)"
- "Tests (7.2, highest)"
- "Tests (7.2, locked)"
- "Tests (7.2, lowest)"
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
php-version:
- "7.1"
- "7.2"

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

dependencies:
- "locked"
Expand Down
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

For a full diff see [`1.0.0...main`][1.0.0...main].
For a full diff see [`1.0.1...main`][1.0.1...main].

## [`1.0.1`][1.0.1]

For a full diff see [`1.0.0...1.0.1`][1.0.0...1.0.1].

## Changed

* Dropped support for PHP 7.1 ([#172]), by [@localheinz]

## [`1.0.0`][1.0.0]

Expand All @@ -29,10 +37,12 @@ For a full diff see [`675601b...0.1.0`][675601b...0.1.0].

[0.1.0]: https://github.com/ergebnis/license/releases/tag/0.1.0
[1.0.0]: https://github.com/ergebnis/license/releases/tag/1.0.0
[1.0.1]: https://github.com/ergebnis/license/releases/tag/1.0.1

[675601b...0.1.0]: https://github.com/ergebnis/license/compare/675601b...0.1.0
[0.1.0...1.0.0]: https://github.com/ergebnis/license/compare/0.1.0...1.0.0
[1.0.0...main]: https://github.com/ergebnis/license/compare/1.0.0...main
[1.0.0...1.0.1]: https://github.com/ergebnis/license/compare/1.0.0...1.0.1
[1.0.1...main]: https://github.com/ergebnis/license/compare/1.0.1...main

[#7]: https://github.com/ergebnis/license/pull/7
[#10]: https://github.com/ergebnis/license/pull/10
Expand All @@ -42,5 +52,6 @@ For a full diff see [`675601b...0.1.0`][675601b...0.1.0].
[#33]: https://github.com/ergebnis/license/pull/33
[#34]: https://github.com/ergebnis/license/pull/34
[#38]: https://github.com/ergebnis/license/pull/38
[#172]: https://github.com/ergebnis/license/pull/172

[@localheinz]: https://github.com/localheinz
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.1",
"php": "^7.2",
"ext-filter": "*"
},
"require-dev": {
Expand All @@ -36,7 +36,7 @@
},
"config": {
"platform": {
"php": "7.1.33"
"php": "7.2.33"
},
"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 97c33e8

Please sign in to comment.