Skip to content

Commit

Permalink
Merge pull request #271 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 Oct 10, 2023
2 parents 17a7d9d + 26f6bd5 commit 17f4c29
Show file tree
Hide file tree
Showing 5 changed files with 10 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 @@ -427,6 +427,7 @@ jobs:
php-version:
- "8.1"
- "8.2"
- "8.3"

dependencies:
- "lowest"
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ For a full diff see [`3.2.0...main`][3.2.0...main].
## Changed

- Dropped support for PHP 8.0 ([#209]), by [@localheinz]
- Added support for PHP 8.3 ([#271]), by [@localheinz]

## [`3.2.0`][3.2.0]

Expand Down Expand Up @@ -115,5 +116,6 @@ For a full diff see [`a5ba52c...1.0.0`][a5ba52c...1.0.0].
[#119]: https://github.com/ergebnis/json-pointer/pull/119
[#123]: https://github.com/ergebnis/json-pointer/pull/123
[#209]: https://github.com/ergebnis/json-pointer/pull/209
[#271]: https://github.com/ergebnis/json-pointer/pull/271

[@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-pointer/blob/main/.github/SECURITY.md"
},
"require": {
"php": "~8.1.0 || ~8.2.0"
"php": "~8.1.0 || ~8.2.0 || ~8.3.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.29.0",
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 17f4c29

Please sign in to comment.