Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Symfony 3.4 before bumping v3.0.0 #65

Merged
merged 1 commit into from
Apr 17, 2018
Merged

Conversation

Oliboy50
Copy link
Member

@Oliboy50 Oliboy50 commented Apr 14, 2018

Why

Because we're about to bump a new release v3.0.0 since we've merged #64
but before that we should allow users of this new bundle version to run it on Symfony 3.4 (as this is the same as Symfony 4.0 anyway)

@Oliboy50 Oliboy50 force-pushed the fix/statsdbundle-v3 branch 2 times, most recently from a8a51b9 to ccd7b60 Compare April 14, 2018 13:59
@Oliboy50 Oliboy50 mentioned this pull request Apr 14, 2018
Copy link

@DocRoms DocRoms left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@@ -5,7 +5,8 @@ php:
- 7.2

env:
- SYMFONY_VERSION=4.0.*
- SYMFONY_VERSION=3.4.0
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not try all 3.4.* versions ?

Copy link
Member Author

@Oliboy50 Oliboy50 Apr 16, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

because we say in composer.json that we support at least 3.4.0, so we have to build with this specific minimal version to be sure :)

(3.4.* will install the latest 3.4 version)

@Oliboy50 Oliboy50 merged commit a4b43ff into master Apr 17, 2018
@Oliboy50 Oliboy50 deleted the fix/statsdbundle-v3 branch April 17, 2018 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants