Skip to content

Conversation

@jdmaguire
Copy link
Contributor

@jdmaguire jdmaguire commented Mar 10, 2025

I'm currently upgrading a PHP 8.3 application to PHP 8.4.

This dependency was causing a failure because of a new deprecation in PHP 8.4.

The preferred approach for PHP is to use explicitly nullable types (introduced in PHP 7.1).

@jdmaguire
Copy link
Contributor Author

Before making this PR I did run the GH action on my fork and I verified that my PHP 8.4 project now works well with this fork.

Not sure what additional verifications I should do @DonCallisto.

fail-fast: false
matrix:
php-versions: [ '7.4', '8.0', '8.1']
php-versions: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
Copy link
Contributor Author

Choose a reason for hiding this comment

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

As an observation, we've been using fastest with PHP 8.3 for months with no issues.

The only hiccup occurring with 8.4 because of the deprecation around implicit nullable types.

@DonCallisto DonCallisto merged commit 64334f8 into liuggio:master Mar 11, 2025
43 checks passed
@DonCallisto
Copy link
Collaborator

Thank you @jdmaguire 🍺

@jdmaguire
Copy link
Contributor Author

Thank you too. 🍺

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