Skip to content

Commit

Permalink
Merge pull request #1213 from ergebnis/feature/php83
Browse files Browse the repository at this point in the history
Enhancement: Add support for PHP 8.3
  • Loading branch information
localheinz authored Nov 28, 2023
2 parents 815a5a2 + 7c68c39 commit bfa4ca8
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ branches:
- context: "Tests (8.2, highest)"
- context: "Tests (8.2, locked)"
- context: "Tests (8.2, lowest)"
- context: "Tests (8.3, highest)"
- context: "Tests (8.3, locked)"
- context: "Tests (8.3, 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 @@ -436,6 +436,7 @@ jobs:
php-version:
- "8.1"
- "8.2"
- "8.3"

dependencies:
- "lowest"
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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 [`1.4.0...main`][1.4.0...main].

### Added

- Added support for PHP 8.3 ([#1213]), by [@localheinz]

### Changed

- Dropped support for PHP 8.0 ([#1109]), by [@localheinz]
Expand Down Expand Up @@ -328,6 +332,7 @@ For a full diff see [`fa9c564...0.1.0`][fa9c564...0.1.0].
[#948]: https://github.com/ergebnis/factory-bot/pull/948
[#1000]: https://github.com/ergebnis/factory-bot/pull/1000
[#1109]: https://github.com/ergebnis/factory-bot/pull/1109
[#1213]: https://github.com/ergebnis/factory-bot/pull/1213

[@abenerd]: https://github.com/abenerd
[@localheinz]: https://github.com/localheinz
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"security": "https://github.com/ergebnis/factory-bot/blob/main/.github/SECURITY.md"
},
"require": {
"php": "~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"doctrine/annotations": "^1.10.3 || ^2.0.0",
"doctrine/collections": "^1.6.5 || ^2.0.0",
"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 bfa4ca8

Please sign in to comment.