Gilles Gauthier

Results 27 comments of Gilles Gauthier

Hi @rtreffler-goldcore, I'm not sure to know where is your problem, could you add some tests?

Hi, Is this still working with ORM < 2.6.4? I would like to be sure that if I merge this PR it will no throw a BC for users

Hi @rtreffler-goldcore, I open this PR in favor of the #314 We use a substr instead, I think we are good to merge Thx for your feedback! it's really a...

I can 't maintain old release, because the code in the master branch has a big BC break with doctrine/dbal... Maybe I could fix the v6.*, but v5.* is too...

We don't have branches for each version, so I can't create a new tag from the master branch. There is two solutions: 1. migrate to the last version of the...

Hi, `'%kernel.cache_dir%'` can be an option too

Hi, I think it's because of your DBAL version... Since they include a lot of BC, you need to update to DBAL v3 Two solutions: * update your composer.json to...

Hi, What is your environment for test? Windows, linux?

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 ;)