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

IBX-8119: Upgraded minimum PHP version to 8.3 #14

Merged
merged 1 commit into from
Apr 25, 2024
Merged

Conversation

Steveb-p
Copy link
Contributor

🎫 Issue IBX-8119

Description:

This PR bumps the minimum required version of PHP to 8.3.
>=8.3 version constraint is set with expectation of compatibility with version PHP 9.

Additionally, this PR:

  • enforces sorting of packages within require and require-dev sections of composer.json file
  • replaces ~5.0.0@dev declarations with their more development friendly ~5.0.x-dev.
  • adjusts github workflows to match new PHP version
  • updates GH action versions

For QA:

Documentation:

@Steveb-p Steveb-p requested a review from a team April 23, 2024 11:35
Copy link

sonarcloud bot commented Apr 23, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link

@konradoboza konradoboza left a comment

Choose a reason for hiding this comment

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

Apart from the changes - aren't we missing CS-fixer CI job here?

@Steveb-p
Copy link
Contributor Author

Apart from the changes - aren't we missing CS-fixer CI job here?

We are missing tests and code style checks. Not the only package that has this issue from what I can see 😞

@Steveb-p Steveb-p merged commit e060eb4 into main Apr 25, 2024
6 checks passed
@Steveb-p Steveb-p deleted the ibx-8119-php-upgrade branch April 25, 2024 08:08
@konradoboza
Copy link

This is the one I spotted, I guess it will be solved on a case-basis anyway...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants