lexik / LexikTranslationBundle

This Symfony bundle allow to import translation files content into the database and provide a GUI to edit translations.
MIT License
419 stars 255 forks source link

Updated travis config, see if it will build for SF 6 #418

Closed bartmcleod closed 1 year ago

bartmcleod commented 2 years ago

Let's see what Travis says when we build for Symfony 6 and PHP 8, which what master should be targetting today.

bartmcleod commented 2 years ago

hmz, seems as if travis is no longer active? When did that get turned off? I remember it ran automatically. Must have missed smth. I merged contributions as soons as there was a green button, assuming builds were ok in such a case...

gilles-g commented 2 years ago

Hi @bartmcleod,

I think you should try to migrate to github action.

Some examples:

https://github.com/lexik/LexikJWTAuthenticationBundle/blob/2.x/.github/workflows/ci.yml

https://github.com/lexik/LexikFormFilterBundle/blob/master/.github/workflows/ci.yml

If you need help just ask ;)

bartmcleod commented 1 year ago

I implemented a workflow, so closing this one. I still need to cleanup the travis stuff.