Skip to content

Commit

Permalink
Merge pull request #82 from ergebnis/feature/php8.3
Browse files Browse the repository at this point in the history
Enhancement: Add support for PHP 8.3
  • Loading branch information
localheinz authored Nov 1, 2023
2 parents 3880eb7 + c0923b7 commit 69703ab
Show file tree
Hide file tree
Showing 5 changed files with 9 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 @@ -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 [`1.0.1...main`][1.0.1...main].
### Changed

- Required `ergebnis/front-matter:^3.1.0` ([#81]), by [@localheinz]
- Added support for PHP 8.3 ([#82]), by [@localheinz]

## [`1.0.1`][1.0.1]

Expand Down Expand Up @@ -50,5 +51,6 @@ For a full diff see [`7039e81...1.0.0`][7039e81...1.0.0].
[#7]: https://github.com/ergebnis/twig-front-matter/pull/7
[#8]: https://github.com/ergebnis/twig-front-matter/pull/8
[#81]: https://github.com/ergebnis/twig-front-matter/pull/81
[#82]: https://github.com/ergebnis/twig-front-matter/pull/82

[@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 @@ -17,7 +17,7 @@
"security": "https://github.com/ergebnis/twig-front-matter/blob/main/.github/SECURITY.md"
},
"require": {
"php": "~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"ergebnis/front-matter": "^3.1.0",
"twig/twig": "^3.4.3"
},
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 69703ab

Please sign in to comment.