Closed OskarStark closed 3 years ago
What about the sandbox? Couldn't we use it for that?
I think so. We should work on upgrading sandbox
Well, we may simply run a composer create-project symfony/skeleton
on an extra Travis job and then composer require sonata-project/<bundle-name>
Plus, it will allow us to check we require correctly all the needed dependencies.
That’s what I was thinking about :+1:
Like they do it here: https://github.com/symfony/recipes-contrib/blob/master/.travis.yml
@jordisala1991 do you think we should/can add a workflow based on GitHub actions?
We should be sure that our bundles are installable via flex.
WDYT