laravel / ideas

Issues board used for Laravel internals discussions.
939 stars 28 forks source link

Using Github Actions #1977

Open Smolevich opened 4 years ago

Smolevich commented 4 years ago

Do you have plans to use Github Actions as alternative ci instead travis and use both for comparing? Docs for Github Actions Example repository using Github Actions graphql-php vulcain api-platform

julienbourdeau commented 4 years ago

What would be the benefit?

Smolevich commented 4 years ago
  1. More flexible that travis (you can use public actions for ci https://github.com/actions or create local actions in project repo or create and publish private actions, core engine here)
  2. Three runners with different os - linux, windows and macos. Docs

I think that we can use GIthub Actions for one repo and compare with travis