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

KUNENABLE-161 Add support for Symfony 6.4 to kununu/elasticsearch-bundle #95

Merged
merged 6 commits into from
Apr 11, 2024

Conversation

hugo-goncalves-kununu
Copy link
Contributor

  • 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
@hugo-goncalves-kununu hugo-goncalves-kununu marked this pull request as ready for review April 11, 2024 09:23
@hugo-goncalves-kununu hugo-goncalves-kununu self-assigned this Apr 11, 2024
types: [ opened, synchronize, reopened ]
push:
branches:
- master
Copy link
Collaborator

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.

Copy link
Contributor Author

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

Copy link
Collaborator

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...

Copy link
Contributor Author

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

Copy link

sonarcloud bot commented Apr 11, 2024

@hugo-goncalves-kununu hugo-goncalves-kununu merged commit 87b8f2e into master Apr 11, 2024
8 checks passed
@hugo-goncalves-kununu hugo-goncalves-kununu deleted the KUNENABLE-161 branch April 11, 2024 12:00
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.

2 participants