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 support for php 8.4 #298

Merged
merged 2 commits into from
Feb 13, 2025
Merged

Add support for php 8.4 #298

merged 2 commits into from
Feb 13, 2025

Conversation

R0Wi
Copy link
Contributor

@R0Wi R0Wi commented Feb 13, 2025

  • Add 8.4
  • Focus on 8.3 as recommended version
  • Remove 8.1 from pipelines

* Add 8.4
* Focus on 8.3 as recommended version
* Remove 8.1 from pipelines
@R0Wi R0Wi force-pushed the support-php84 branch 4 times, most recently from 58f3e89 to a50bd88 Compare February 13, 2025 21:05
* Adjust CI/CD
* Upgrade PHPUnit to 11.5
@R0Wi R0Wi merged commit 1e40b60 into master Feb 13, 2025
18 checks passed
@R0Wi
Copy link
Contributor Author

R0Wi commented Feb 13, 2025

The backport to stable31 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-stable31 stable31
# Navigate to the new working tree
cd .worktrees/backport-stable31
# Create a new branch
git switch --create backport-298-to-stable31
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick ---mainline 1 1e40b60e8fa97dce1b64a7996caf88f225f99bcf
# Push it to GitHub
git push --set-upstream origin backport-298-to-stable31
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-stable31

Then, create a pull request where the base branch is stable31 and the compare/head branch is backport-298-to-stable31.

R0Wi added a commit that referenced this pull request Feb 13, 2025
* Add support for php 8.4

* Add 8.4
* Focus on 8.3 as recommended version
* Remove 8.1 from pipelines

* Add support for php 8.4

* Adjust CI/CD
* Upgrade PHPUnit to 11.5
R0Wi added a commit that referenced this pull request Feb 13, 2025
* Add support for php 8.4

* Add 8.4
* Focus on 8.3 as recommended version
* Remove 8.1 from pipelines

* Add support for php 8.4

* Adjust CI/CD
* Upgrade PHPUnit to 11.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant