Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PHP 8.3 support #185

Merged
merged 1 commit into from
Nov 28, 2023
Merged

Add PHP 8.3 support #185

merged 1 commit into from
Nov 28, 2023

Conversation

markdorison
Copy link
Contributor

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.

@markdorison markdorison self-assigned this Nov 28, 2023
@ghost
Copy link

ghost commented Nov 28, 2023

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

@markdorison markdorison added backport 2.x will automatically create backport PR to the 2.x branch when merged backport 3.x will automatically create backport PR to the 3.x branch when merged labels Nov 28, 2023
@markdorison markdorison merged commit 62671f4 into 4.x Nov 28, 2023
5 checks passed
@markdorison markdorison deleted the php-83 branch November 28, 2023 14:11
Copy link

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

Copy link

Successfully created backport PR for 3.x:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x will automatically create backport PR to the 2.x branch when merged backport 3.x will automatically create backport PR to the 3.x branch when merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant