-
Notifications
You must be signed in to change notification settings - Fork 8k
.github/workflows/push.yml: add job to build out-of-tree extensions #10404
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
Conversation
d823fd9 to
eb429e8
Compare
|
This was surprisingly easy - right now, it builds APCu and xdebug. Suggestions for more extensions welcome (now or after this is merged). |
74c9f6e to
0f65b67
Compare
|
Added a few more extensions from the PECL top 10 (https://pecl.php.net/package-stats.php). |
|
@MaxKellermann Thank you! This makes sense to me but should be moved to nightly. I'm also not sure if a failing build might be annoying as it is unavoidable for |
I can easily move it to
Do you mean php-src |
That's what I've usually done.
I meant php-src's master, given that most API breaks there are intentional. Your suggestion sounds good to me. |
8b0477e to
9a743f5
Compare
|
@iluuu1994 I've moved the rules to |
This aims to detect API breakages early by compiling a selection of out-of-tree extensions in the CI.
9a743f5 to
dc1f7b4
Compare
|
Thank you @MaxKellermann! |
This aims to detect API breakages early by compiling a selection of out-of-tree extensions in the CI.