Skip to content

Simplify FrankenPHP build: ARM-only, macos-26, drop PHP 8.2#7

Merged
munezaclovis merged 2 commits intomainfrom
worktree-frankenphp-build-action
Feb 28, 2026
Merged

Simplify FrankenPHP build: ARM-only, macos-26, drop PHP 8.2#7
munezaclovis merged 2 commits intomainfrom
worktree-frankenphp-build-action

Conversation

@munezaclovis
Copy link
Copy Markdown
Contributor

Summary

  • Drop Intel platform matrix — ARM only on macos-26
  • Drop PHP 8.2 from build matrix
  • Detect architecture dynamically via uname -m
  • Use --generate-notes for release notes

Test plan

  • Dispatch and verify 3 builds (PHP 8.3, 8.4, 8.5) complete

macos-13 is being deprecated (brownouts already started). macos-15-intel
is the only supported x86_64 runner going forward (available until 2027).
Keep macos-14 for ARM64 since it has better availability than macos-15.
- Remove platform matrix — just macOS ARM (macos-26)
- Detect architecture dynamically via uname -m instead of hardcoding
- Drop PHP 8.2 from the matrix
- Use --generate-notes for release notes
@munezaclovis munezaclovis merged commit 1c3c53c into main Feb 28, 2026
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