Skip to content

Conversation

mikelittle
Copy link

@mikelittle mikelittle commented Oct 9, 2025

Add PHP 8.4 build targets for Linux (arm64, amd64) and macOS (arm64, amd64) in CI workflow

  • Update .github/workflows/build.yml to include PHP 8.4 builds for:
    • aarch64-unknown-linux-gnu (linux/arm64, trixie)
    • x86_64-unknown-linux-gnu (linux/amd64, trixie)
    • aarch64-apple-darwin (macOS arm64)
    • x86_64-apple-darwin (macOS amd64)

@joehoyle I don't know if anything else is needed to create a version to support PHP8.4
I also used trixie for those version as PHP8.4 is supported

Addresses https://github.com/humanmade/product-dev/issues/1836

Add PHP 8.4 build targets for Linux (arm64, amd64) and macOS (arm64, amd64) in CI workflow

- Update .github/workflows/build.yml to include PHP 8.4 builds for:
	- aarch64-unknown-linux-gnu (linux/arm64, trixie)
	- x86_64-unknown-linux-gnu (linux/amd64, trixie)
	- aarch64-apple-darwin (macOS arm64)
	- x86_64-apple-darwin (macOS amd64)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant