8p / EightPointsGuzzleBundle

⛽️ Integrates Guzzle 6.x, a PHP HTTP Client, into Symfony
MIT License
440 stars 71 forks source link

Allow symfony 6 #314

Closed b-vadym closed 2 years ago

b-vadym commented 2 years ago
Q A
Bug fix no
New feature no
BC breaks no
Deprecations no
Tests pass no
Fixed tickets
License MIT

Allow symfony 6 , psr/log 2|3.

gregurco commented 2 years ago

Seems good for me 👍 I managed to install it on Symfony 6 project and it worked.

@florianpreusner what about ci? I would like to see also CI build with different versions, but travis-ci.org doesn't work anymore. Could you migrate integration to travis-ci.com? I have no permission to do that.

b-vadym commented 2 years ago

@gregurco GitHub CI report https://github.com/b-vadym/EightPointsGuzzleBundle/actions/runs/1763467492 . Config https://github.com/b-vadym/EightPointsGuzzleBundle/blob/github-ci/.github/workflows/ci.yml

gregurco commented 2 years ago

@b-vadym thank you! I merged all changes, but I will release them tomorrow. Also probably I will reuse your github workflow config. Tomorrow I will test how does it work and probably will replace travis by github actions.

florianpreusner commented 2 years ago

Sorry for my late response, didn't get the notification (fixed now). Thanks for your contribution @b-vadym 🙏 Idea of using GitHub actions for CI sounds good 👍