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

Run CI against PHP 8.4 #30

Merged
merged 2 commits into from
Dec 2, 2024
Merged

Run CI against PHP 8.4 #30

merged 2 commits into from
Dec 2, 2024

Conversation

marmichalski
Copy link
Collaborator

Also bumps some dev dependencies to not actually somehow work on 8.4.

run: vendor/bin/psalm

- name: "Run phpunit"
run: vendor/bin/phpunit

- name: "Run phpbench"
if: ${{ matrix.dependencies == 'highest' || matrix.php != '8.4' }}
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Not really sure why we run bench on all matrices anyway. Maybe it would be enough to just always run it on highest?

@marmichalski marmichalski marked this pull request as ready for review November 30, 2024 00:19
Copy link
Owner

@mgrajcarek mgrajcarek left a comment

Choose a reason for hiding this comment

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

@marmichalski thank you, perfect as always!

@mgrajcarek
Copy link
Owner

PHP 8.4 support added thx to M. Michalski

@mgrajcarek mgrajcarek merged commit 70cc5d4 into master Dec 2, 2024
8 checks passed
@mgrajcarek mgrajcarek deleted the dev branch December 2, 2024 08:06
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