Skip to content

Commit

Permalink
Enhancement: Add support for PHP 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Aug 30, 2020
1 parent d6dde05 commit a1ba730
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ branches:
- "Tests (7.4, highest)"
- "Tests (7.4, locked)"
- "Tests (7.4, lowest)"
- "Tests (8.0, highest)"
- "Tests (8.0, locked)"
- "Tests (8.0, lowest)"
strict: false
restrictions:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ jobs:
- "7.2"
- "7.3"
- "7.4"
- "8.0"

dependencies:
- "lowest"
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.1...main`][1.0.1...main].
For a full diff see [`1.1.0...main`][1.1.0...main].

## [`1.1.0`][1.1.0]

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

## Changed

* Added support for PHP 7.1 ([#177]), by [@localheinz]

## [`1.0.1`][1.0.1]

Expand Down Expand Up @@ -38,11 +46,13 @@ 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
[1.1.0]: https://github.com/ergebnis/license/releases/tag/1.1.0

[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...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
[1.0.1...1.1.0]: https://github.com/ergebnis/license/compare/1.0.1...1.1.0
[1.1.0...main]: https://github.com/ergebnis/license/compare/1.1.0...main

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

[@localheinz]: https://github.com/localheinz
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.2",
"php": "^7.2 || ^8.0",
"ext-filter": "*"
},
"require-dev": {
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

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

0 comments on commit a1ba730

Please sign in to comment.