knpuniversity / oauth2-client-bundle

Easily talk to an OAuth2 server for social functionality in Symfony
https://symfonycasts.com
MIT License
787 stars 145 forks source link

Use remote GitHub CI config files #398

Closed bocharsky-bw closed 1 year ago

bocharsky-bw commented 1 year ago

https://github.com/orgs/SymfonyCasts/projects/7/views/1?sortedBy%5Bdirection%5D=asc&sortedBy%5BcolumnId%5D=33394902&pane=issue&itemId=21066810

~We drop PHP 7.2 & 7.3 support here but we support those versions on other repos like VerifyEmailBundle and ResetPasswordBundle so that's why tests failed. I winder if we should drop 7.2/7.3 support there as well? Probably the easiest. Otherwise, we need a workaround for this in our global GitHub CI config files~

UPD it's possible to override matrix now

weaverryan commented 1 year ago

I can see a lot of hard work here to get a nice, final version. Thanks!