Skip to content

Commit c39adb8

Browse files
authored
Merge pull request #693 from ergebnis/feature/php83
Enhancement: Add support for PHP 8.3
2 parents b62ac91 + 796d90f commit c39adb8

File tree

5 files changed

+12
-3
lines changed

5 files changed

+12
-3
lines changed

.github/settings.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ branches:
2525
- context: "Tests (8.2, highest)"
2626
- context: "Tests (8.2, locked)"
2727
- context: "Tests (8.2, lowest)"
28+
- context: "Tests (8.3, highest)"
29+
- context: "Tests (8.3, locked)"
30+
- context: "Tests (8.3, lowest)"
2831
strict: false
2932
restrictions:
3033

.github/workflows/integrate.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ jobs:
314314
php-version:
315315
- "8.1"
316316
- "8.2"
317+
- "8.3"
317318

318319
dependencies:
319320
- "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 [`2.4.0...main`][2.4.0...main].
1010

11+
### Added
12+
13+
- Added support for PHP 8.3 ([#693]), by [@localheinz]
14+
1115
## [`2.4.0`][2.4.0]
1216

1317
For a full diff see [`2.3.0...2.4.0`][2.3.0...2.4.0].
@@ -149,6 +153,7 @@ For a full diff see [`848192d...1.0.0`][848192d...1.0.0].
149153
[#429]: https://github.com/ergebnis/http-method/pull/429
150154
[#537]: https://github.com/ergebnis/http-method/pull/537
151155
[#622]: https://github.com/ergebnis/http-method/pull/622
156+
[#93]: https://github.com/ergebnis/http-method/pull/693
152157

153158
[@ergebnis]: https://github.com/ergebnis
154159
[@localheinz]: https://github.com/localheinz

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"security": "https://github.com/ergebnis/http-method/blob/main/.github/SECURITY.md"
2323
},
2424
"require": {
25-
"php": "~8.1.0 || ~8.2.0"
25+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0"
2626
},
2727
"require-dev": {
2828
"ergebnis/composer-normalize": "^2.39.0",

composer.lock

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

0 commit comments

Comments
 (0)