Skip to content

Commit c3959a0

Browse files
committed
Enhancement: Add support for PHP 8.5
1 parent a4960ce commit c3959a0

File tree

5 files changed

+13
-54
lines changed

5 files changed

+13
-54
lines changed

.github/settings.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ branches:
3232
- context: "Tests (8.4, highest)"
3333
- context: "Tests (8.4, locked)"
3434
- context: "Tests (8.4, lowest)"
35+
- context: "Tests (8.5, highest)"
36+
- context: "Tests (8.5, locked)"
37+
- context: "Tests (8.5, lowest)"
3538
strict: false
3639
restrictions:
3740

.github/workflows/integrate.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,7 @@ jobs:
372372
- "8.2"
373373
- "8.3"
374374
- "8.4"
375+
- "8.5"
375376

376377
dependencies:
377378
- "lowest"

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88

99
For a full diff see [`1.9.0...main`][1.9.0...main].
1010

11+
### Added
12+
13+
- Added support for PHP 8.5 ([#1555]), by [@localheinz]
14+
1115
## [`1.9.0`][1.9.0]
1216

1317
For a full diff see [`1.8.0...1.9.0`][1.8.0...1.9.0].
@@ -392,6 +396,7 @@ For a full diff see [`fa9c564...0.1.0`][fa9c564...0.1.0].
392396
[#1299]: https://github.com/ergebnis/factory-bot/pull/1299
393397
[#1381]: https://github.com/ergebnis/factory-bot/pull/1381
394398
[#1516]: https://github.com/ergebnis/factory-bot/pull/1516
399+
[#1555]: https://github.com/ergebnis/factory-bot/pull/1555
395400

396401
[@abenerd]: https://github.com/abenerd
397402
[@localheinz]: https://github.com/localheinz

composer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"security": "https://github.com/ergebnis/factory-bot/blob/main/.github/SECURITY.md"
2525
},
2626
"require": {
27-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
27+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
2828
"doctrine/collections": "^1.6.5 || ^2.0.0",
2929
"doctrine/dbal": "^2.12.0 || ^3.0.0 || ^4.0.0",
3030
"doctrine/instantiator": "^1.0.0 || ^2.0.0",
@@ -40,7 +40,6 @@
4040
"ergebnis/php-cs-fixer-config": "^6.54.0",
4141
"ergebnis/phpstan-rules": "^2.11.0",
4242
"ergebnis/phpunit-slow-test-detector": "^2.20.0",
43-
"phpstan/extension-installer": "^1.4.3",
4443
"phpstan/phpstan": "^2.1.22",
4544
"phpstan/phpstan-deprecation-rules": "^2.0.3",
4645
"phpstan/phpstan-doctrine": "^2.0.4",
@@ -66,8 +65,7 @@
6665
"config": {
6766
"allow-plugins": {
6867
"composer/package-versions-deprecated": true,
69-
"ergebnis/composer-normalize": true,
70-
"phpstan/extension-installer": true
68+
"ergebnis/composer-normalize": true
7169
},
7270
"audit": {
7371
"abandoned": "report"

composer.lock

Lines changed: 2 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)