Skip to content

Commit

Permalink
Add support for PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tacman authored and localheinz committed Jan 7, 2025
1 parent 0d951bd commit d468567
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ branches:
- context: "Tests (8.2, lowest)"
- context: "Tests (8.3, highest)"
- context: "Tests (8.3, lowest)"
- context: "Tests (8.4, highest)"
- context: "Tests (8.4, 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 @@ -422,6 +422,7 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
- "8.4"

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

- Added support for PHP 8.0 ([#926]), by [@localheinz]
- Added support for PHP 7.4 ([#929]), by [@localheinz]
- Added support for PHP 8.4 ([#987]), by [@tacman]

## [`1.6.0`][1.6.0]

Expand Down Expand Up @@ -188,6 +189,8 @@ For a full diff see [`0.4.0...0.5.0`][0.4.0...0.5.0].
[#926]: https://github.com/ergebnis/classy/pull/926
[#929]: https://github.com/ergebnis/classy/pull/929
[#930]: https://github.com/ergebnis/classy/pull/930
[#987]: https://github.com/ergebnis/classy/pull/987

[@ergebnis]: https://github.com/ergebnis
[@localheinz]: https://github.com/localheinz
[@tacman]: https://github.com/tacman
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"source": "https://github.com/ergebnis/classy"
},
"require": {
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"ext-tokenizer": "*"
},
"require-dev": {
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 d468567

Please sign in to comment.