-
Notifications
You must be signed in to change notification settings - Fork 0
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
KUNENABLE-161 Add support for Symfony 6.4 to kununu/elasticsearch-bundle #95
Conversation
hugo-goncalves-kununu
commented
Apr 11, 2024
- Drop support for PHP 8.0 - PHP 8.1 is now the minimum version
- Upgrade PHPUnit to version 10.5
- Refactor some code to take advantage of PHP 8.1 features (read-only properties)
- Fix tests that used deprecated/removed features on PHPUnit 10.5
- Refactor tests to be more PHPUnit 10.5 compliant (e.g. using attributes for data providers, make all data providers static, etc.)
- Update versions of continuous integration components
Upgrade PHPUnit to version 10.5 Refactor some code to take advantage of PHP 8.1 features (read-only properties) Fix tests that used deprecated/removed features on PHPUnit 10.5 Refactor tests to be more PHPUnit 10.5 compliant (e.g. using attributes for data providers, make all data providers static, etc.) Update versions of continuous integration components
types: [ opened, synchronize, reopened ] | ||
push: | ||
branches: | ||
- master |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
since we will open PRs upon version branches, we should keep them in this list.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not really sure if that will work. The master branch has a higher PHP version that the other branches
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure either... let's see...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We will see when we actually open a PR on one of those branches. Then we will check what can we do to solve it
Quality Gate passedIssues Measures |