Skip to content

Comments

Bump PHP images for Afterburner#887

Merged
joehoyle merged 1 commit intomasterfrom
afterburner-1.0
Feb 2, 2026
Merged

Bump PHP images for Afterburner#887
joehoyle merged 1 commit intomasterfrom
afterburner-1.0

Conversation

@joehoyle
Copy link
Member

@joehoyle joehoyle commented Jan 30, 2026

These include hotfixes for Afterburner version 0.5.4 -> 0.5.3

These include hotfixes for Afterburner version 0.5.4 -> 0.5.3
@joehoyle joehoyle requested review from a team and mikelittle January 30, 2026 18:26
Copy link
Contributor

@mikelittle mikelittle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@joehoyle joehoyle merged commit 5220f4c into master Feb 2, 2026
1 check failed
@joehoyle joehoyle deleted the afterburner-1.0 branch February 2, 2026 13:11
@github-actions
Copy link

Successfully created backport PR for v25-branch:

@github-actions
Copy link

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

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

git fetch origin v24-branch
git worktree add -d .worktree/backport-887-to-v24-branch origin/v24-branch
cd .worktree/backport-887-to-v24-branch
git switch --create backport-887-to-v24-branch
git cherry-pick -x fdabeb3097feb83a871c0db3eb7bc3c3868fff62

@github-actions
Copy link

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

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

git fetch origin v25-branch
git worktree add -d .worktree/backport-887-to-v25-branch origin/v25-branch
cd .worktree/backport-887-to-v25-branch
git switch --create backport-887-to-v25-branch
git cherry-pick -x fdabeb3097feb83a871c0db3eb7bc3c3868fff62

@github-actions
Copy link

After resolving conflicts, continue with:

# Add the resolved files
git add .
# Continue the cherry-pick
git cherry-pick --continue
# Push the branch to GitHub
git push --set-upstream origin backport-887-to-v24-branch
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktree/backport-887-to-v24-branch

Then create a pull request using the GitHub CLI:

gh pr create --base v24-branch --head backport-887-to-v24-branch --title "[Backport v24-branch] Bump PHP images for Afterburner" --body "Backport of #887 to \`v24-branch\`."

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.

2 participants