Skip to content

Commit

Permalink
Merge pull request #1516 from martinssipenko/php84
Browse files Browse the repository at this point in the history
Added PHP 8.4 support
  • Loading branch information
localheinz authored Feb 24, 2025
2 parents 4ca23c5 + 866732d commit f129b4f
Show file tree
Hide file tree
Showing 5 changed files with 13 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 @@ -29,6 +29,9 @@ branches:
- context: "Tests (8.3, highest)"
- context: "Tests (8.3, locked)"
- context: "Tests (8.3, lowest)"
- context: "Tests (8.4, highest)"
- context: "Tests (8.4, locked)"
- context: "Tests (8.4, 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 @@ -371,6 +371,7 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
- "8.4"

dependencies:
- "lowest"
Expand Down
6 changes: 6 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.8.0...main`][1.8.0...main].

### Added

- Added support for PHP 8.4 ([#1615]), by [@martinssipenko]

## [`1.8.0`][1.8.0]

For a full diff see [`1.7.0...1.8.0`][1.7.0...1.8.0].
Expand Down Expand Up @@ -381,7 +385,9 @@ For a full diff see [`fa9c564...0.1.0`][fa9c564...0.1.0].
[#1298]: https://github.com/ergebnis/factory-bot/pull/1298
[#1299]: https://github.com/ergebnis/factory-bot/pull/1299
[#1381]: https://github.com/ergebnis/factory-bot/pull/1381
[#1516]: https://github.com/ergebnis/factory-bot/pull/1516

[@abenerd]: https://github.com/abenerd
[@localheinz]: https://github.com/localheinz
[@martinssipenko]: https://github.com/martinssipenko
[@OskarStark]: https://github.com/OskarStark
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 || ~8.3.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"doctrine/collections": "^1.6.5 || ^2.0.0",
"doctrine/dbal": "^2.12.0 || ^3.0.0 || ^4.0.0",
"doctrine/instantiator": "^1.0.0 || ^2.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 f129b4f

Please sign in to comment.