Skip to content

Commit

Permalink
Enhancement: Add support for PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Oct 9, 2023
1 parent f0922f5 commit dde8ce8
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 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 @@ -417,6 +417,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 @@ -10,6 +10,10 @@ For a full diff see [`3.3.0...main`][3.3.0...main].

### Changed

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

### Changed

- Dropped support for PHP 8.0 ([#625]), by [@localheinz]

## [`3.3.0`][3.3.0]
Expand Down Expand Up @@ -166,6 +170,7 @@ For a full diff see [`8849fc6...1.0.0`][8849fc6...1.0.0].
[#410]: https://github.com/ergebnis/json-printer/pull/410
[#520]: https://github.com/ergebnis/json-printer/pull/520
[#625]: https://github.com/ergebnis/json-printer/pull/625
[#682]: https://github.com/ergebnis/json-printer/pull/682

[@ergebnis]: https://github.com/ergebnis
[@localheinz]: https://github.com/localheinz
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"security": "https://github.com/ergebnis/json-printer/blob/main/.github/SECURITY.md"
},
"require": {
"php": "~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-json": "*",
"ext-mbstring": "*"
},
Expand Down
6 changes: 3 additions & 3 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dde8ce8

Please sign in to comment.