-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Utilize shivammathur/setup-php to install Relay extension #49125
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
7ebf691
to
b2b0a75
Compare
Thank you @ostrolucky. |
Sorry, I should have made this draft PR. Actually I found this doesn't work, looks like setup-php doesn't recognize CI passes because tests are skipped. @till can you release new tag of Relay so that Symfony CI doesn't have to rely on |
I can't answer that. π€ͺ |
Ah sorry, I meant to ping @tillkruss |
@ostrolucky do we actually need to use the dev version of the extension or could the CI run agaist the latest release of the extension (as done for other extensions) ? |
Yeah we need dev version at the moment, here is what happens with latest stable one https://github.com/symfony/symfony/actions/runs/4022602419/jobs/6912513765 |
@ostrolucky I can tag a release this morning. |
v0.6.0 is out: https://github.com/cachewerk/relay/releases/tag/v0.6.0 |
This PR was merged into the 6.3 branch. Discussion ---------- CI: Use stable version of relay | Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? |no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | #49125 (comment) | License | MIT | Doc PR | Commits ------- a4a1909 CI: Use stable version of relay
This is possible since https://github.com/shivammathur/setup-php/releases/tag/2.24.0. A bit unfortunate timing since they tagged it one day after we merged relay, but no biggie.