Skip to content

Commit

Permalink
Merge pull request #481 from ergebnis/feature/php80
Browse files Browse the repository at this point in the history
Enhancement: Add support for PHP 8.0
  • Loading branch information
ergebnis-bot committed Jan 1, 2021
2 parents ad67170 + 31e5f53 commit b12321f
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .github/settings.yml
Expand Up @@ -25,6 +25,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
Expand Up @@ -200,6 +200,7 @@ jobs:
php-version:
- "7.3"
- "7.4"
- "8.0"

dependencies:
- "lowest"
Expand Down
12 changes: 10 additions & 2 deletions CHANGELOG.md
Expand Up @@ -6,14 +6,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

For a full diff see [`0.3.2...main`][0.3.2...main].
For a full diff see [`0.4.0...main`][0.4.0...main].

## [`0.4.0`][0.4.0]

For a full diff see [`0.3.2...0.4.0`][0.3.2...0.4.0].

### Changed

* Required at least `doctrine/annotations:^1.10.3` ([#495]), by [@localheinz]
* Required at least `doctrine/collections:^1.6.5` ([#496]), by [@localheinz]
* Required at least `doctrine/orm:^2.8.0` ([#498]), by [@localheinz]
* Required at least `doctrine/dbal:^2.12.0` ([#499]), by [@localheinz]
* Added support for PHP 8.0 ([#481]), by [@localheinz]

### Fixed

Expand Down Expand Up @@ -152,14 +157,16 @@ For a full diff see [`fa9c564...0.1.0`][fa9c564...0.1.0].
[0.3.0]: https://github.com/ergebnis/factory-bot/releases/tag/0.3.0
[0.3.1]: https://github.com/ergebnis/factory-bot/releases/tag/0.3.1
[0.3.2]: https://github.com/ergebnis/factory-bot/releases/tag/0.3.2
[0.4.0]: https://github.com/ergebnis/factory-bot/releases/tag/0.4.0

[fa9c564...0.1.0]: https://github.com/ergebnis/factory-bot/compare/fa9c564...0.1.0
[0.1.0...0.2.0]: https://github.com/ergebnis/factory-bot/compare/0.1.0...0.2.0
[0.2.0...0.2.1]: https://github.com/ergebnis/factory-bot/compare/0.2.0...0.2.1
[0.2.1...0.3.0]: https://github.com/ergebnis/factory-bot/compare/0.2.1...0.3.0
[0.3.0...0.3.1]: https://github.com/ergebnis/factory-bot/compare/0.3.0...0.3.1
[0.3.1...0.3.2]: https://github.com/ergebnis/factory-bot/compare/0.3.1...0.3.2
[0.3.2...main]: https://github.com/ergebnis/factory-bot/compare/0.3.2...main
[0.3.2...0.4.0]: https://github.com/ergebnis/factory-bot/compare/0.3.2...0.4.0
[0.4.0...main]: https://github.com/ergebnis/factory-bot/compare/0.4.0...main

[#1]: https://github.com/ergebnis/factory-bot/pull/1
[#3]: https://github.com/ergebnis/factory-bot/pull/3
Expand Down Expand Up @@ -231,6 +238,7 @@ For a full diff see [`fa9c564...0.1.0`][fa9c564...0.1.0].
[#374]: https://github.com/ergebnis/factory-bot/pull/374
[#375]: https://github.com/ergebnis/factory-bot/pull/375
[#459]: https://github.com/ergebnis/factory-bot/pull/459
[#481]: https://github.com/ergebnis/factory-bot/pull/481
[#493]: https://github.com/ergebnis/factory-bot/pull/493
[#495]: https://github.com/ergebnis/factory-bot/pull/495
[#496]: https://github.com/ergebnis/factory-bot/pull/496
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -18,7 +18,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.3 || ^8.0",
"doctrine/annotations": "^1.10.3",
"doctrine/collections": "^1.6.5",
"doctrine/dbal": "^2.12.0 || ^3.0.0",
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 b12321f

Please sign in to comment.