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 PHP 8.4 in CI #63

Closed
wants to merge 1 commit into from
Closed

Run PHP 8.4 in CI #63

wants to merge 1 commit into from

Conversation

gsteel
Copy link
Member

@gsteel gsteel commented Aug 8, 2024

Q A
QA yes

@gsteel gsteel added this to the 4.1.0 milestone Aug 8, 2024
@gsteel gsteel self-assigned this Aug 8, 2024
@gsteel gsteel removed this from the 4.1.0 milestone Aug 8, 2024
Signed-off-by: George Steel <[email protected]>
{
"additional_checks": [
{
"name": "Run Tests on 8.4",
Copy link
Member

Choose a reason for hiding this comment

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

This shouldn't be necessary. Even lowest should be properly handled via ignore_php_platform_requirements as we added that newish composer feature: --ignore-platform-req=php+ (which respects upper bounds)

Ref: composer/composer#10318

Copy link
Member

Choose a reason for hiding this comment

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

Oh, nvm:

laminas/laminas-continuous-integration-action#179

Maybe implement that first so we can leave this alone.

Copy link
Member Author

Choose a reason for hiding this comment

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

👍 I'm just mucking around really - I didn't know how to run checks for PHP versions not listed in composer.json. Led me to find this issue: laminas/laminas-ci-matrix-action#310

@gsteel gsteel closed this Oct 10, 2024
@gsteel gsteel deleted the run-8.4-in-ci branch October 10, 2024 22:07
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.

2 participants