FOUR-21469 - Upgrade to php 8.3 by nolanpro · Pull Request #7911 · ProcessMaker/processmaker

For local development on mac, you may need to:

  • valet use 8.3 or the herd equivalent
  • brew install librdkafka
  • sudo pecl install rdkafka
    • Specify the library path from the brew install command. In my case it was /opt/homebrew/Cellar/librdkafka/2.8.0
  • sudo pecl install redis You can use all default options
  • brew tap kabel/php-ext && brew install php@8.3-imap
  • Finally, valet restart and restart horizon

ci:k8s-branch:fall-php83
...