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 PHP 8.4 #20

Merged
merged 2 commits into from
Jan 30, 2025
Merged

Allow PHP 8.4 #20

merged 2 commits into from
Jan 30, 2025

Conversation

neeckeloo
Copy link
Contributor

Q A
Type improvement
BC Break no
Fixed issues

Summary

Copy link
Contributor

@veewee veewee left a comment

Choose a reason for hiding this comment

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

Thanks for the PR(s).

It seems like you need to bump the dev dependencies to get CI in a passing states.

@neeckeloo
Copy link
Contributor Author

Thanks for the PR(s).

It seems like you need to bump the dev dependencies to get CI in a passing states.

It seems that phpspec/phpspec does not support PHP 8.4 yet.

@veewee
Copy link
Contributor

veewee commented Dec 10, 2024

It seems that phpspec/phpspec does not support PHP 8.4 yet.

It tends to adopt slowly indeed.
You could add something like this to the github action:

            - name: Set env vars for latest PHP version
              if: matrix.php-versions == '8.4'
              run: |
                export COMPOSER_IGNORE_PLATFORM_REQ=php+
                export BOX_REQUIREMENT_CHECKER=0

@veewee veewee merged commit ab4306a into phpro:master Jan 30, 2025
8 checks passed
@veewee
Copy link
Contributor

veewee commented Jan 30, 2025

Thanks!

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