Skip to content

Commit

Permalink
chore: add support for PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrixx committed Mar 20, 2024
1 parent f4204b1 commit f959f86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -73,6 +73,10 @@ jobs:
castor:
bin: 'bin/castor'
method: 'bin/castor'
- php: "8.4"
castor:
bin: 'bin/castor'
method: 'bin/castor'

steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,7 @@
* Add a option `ignoreValidationErrors` on `AsTask` attribute to ignore
parameters & options validation errors
* Add a way to merge an application `box.json` config file used by `castor:repack`command
* Add support for PHP 8.4
* Deprecate `Context::withPath()` in favor of `Context::withCurrentDirectory()`
* Deprecate `path` argument in `capture()`, `exit_code()`, `run()`, `with()` in favor of `currentDirectory`

Expand Down

0 comments on commit f959f86

Please sign in to comment.