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

Fix CI setup #60

Merged
merged 4 commits into from
Sep 24, 2024
Merged

Fix CI setup #60

merged 4 commits into from
Sep 24, 2024

Conversation

stof
Copy link
Contributor

@stof stof commented Sep 24, 2024

The requirement for lcobucci/jwt means that there is no way to install dependencies on PHP 7.2 or 7.4, making PHP 7.4 the de-facto requirement.

The requirement for `lcobucci/jwt` means that there is no way to install
dependencies on PHP 7.2 or 7.4, making PHP 7.4 the de-facto requirement.
@stof
Copy link
Contributor Author

stof commented Sep 24, 2024

@steverhoades it looks like the ocular.phar executable of Scrutinizer is broken on PHP 8. Is this upload of code coverage still needed or could it be dropped ?

@steverhoades
Copy link
Owner

7.4 as the minimum supported version makes sense at this point. I don't think code coverage is still needed, it can be dropped. Thank you for the contributions!

Older versions are not compatible with the `lcobucci/jwt` requirement,
leading to non-resolvable dependencies
@stof
Copy link
Contributor Author

stof commented Sep 24, 2024

@steverhoades this is now ready.

I would also suggest dropping Scrutinizer entirely from this repo: code coverage is not uploaded anymore (which requires disabling it on their side so that they don't wait for it, blocking concurrent runs) and their static analysis is a lot less powerful than phpstan.

@steverhoades steverhoades merged commit cac597f into steverhoades:master Sep 24, 2024
6 of 7 checks passed
@stof stof deleted the fix_ci branch September 24, 2024 12:54
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