ChromaticHQ / usher

Custom Robo commands for use on PHP projects.
https://packagist.org/packages/chromatic/usher
11 stars 6 forks source link

Add PHP 8.3 support #185

Closed markdorison closed 9 months ago

markdorison commented 9 months ago

Description

Add PHP 8.3 support

Motivation / Context

https://thephp.foundation/blog/2023/11/23/php-83/

Testing Instructions / How This Has Been Tested

Tests should pass.

ghost commented 9 months ago
👇 Click on the image for a new way to code review #### [![Review these changes using an interactive CodeSee Map](https://s3.us-east-2.amazonaws.com/maps.codesee.io/images/github/ChromaticHQ/usher/185/1dfbb40e/61205b7c394465754cecf222d1d18d2e98bcdf60.svg)](https://app.codesee.io/r/reviews?pr=185&src=https%3A%2F%2Fgithub.com%2FChromaticHQ%2Fusher) #### Legend CodeSee Map legend
github-actions[bot] commented 9 months ago

Backport failed for 2.x, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin 2.x
git worktree add -d .worktree/backport-185-to-2.x origin/2.x
cd .worktree/backport-185-to-2.x
git switch --create backport-185-to-2.x
git cherry-pick -x 61205b7c394465754cecf222d1d18d2e98bcdf60
github-actions[bot] commented 9 months ago

Successfully created backport PR for 3.x: