Skip to content

[Semaphore] skip failing tests on GitHub Actions with PHP 8.5 #59846

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

Merged
merged 1 commit into from
Feb 24, 2025

Conversation

xabbuh
Copy link
Member

@xabbuh xabbuh commented Feb 24, 2025

Q A
Branch? 6.4
Bug fix? no
New feature? no
Deprecations? no
Issues
License MIT

@carsonbot carsonbot added this to the 6.4 milestone Feb 24, 2025
@carsonbot carsonbot changed the title [Semaphore] skip failing tests on GitHub Actions with PHP 8.5 [Semaphore] skip failing tests on GitHub Actions with PHP 8.5 Feb 24, 2025
Copy link
Member

@nicolas-grekas nicolas-grekas left a comment

Choose a reason for hiding this comment

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

FYI @tillkruss this skips segfaults on PHP 8.5 when Relay is used. (PR welcome to revert this PR once support is fixed)

@nicolas-grekas
Copy link
Member

Good catch, thanks @xabbuh.

@nicolas-grekas nicolas-grekas merged commit 7c515b2 into symfony:6.4 Feb 24, 2025
11 checks passed
@xabbuh xabbuh deleted the semaphore-redis-php8.5 branch February 24, 2025 10:49
@tillkruss
Copy link

@nicolas-grekas We'll fix it this week 👍

@tillkruss
Copy link

We rebuilt with the latest 8.5 version but it still crashing. Might just have to consider 8.5 unstable until it's RC1.

@michael-grunder
Copy link

For a bit more context, it looks decidedly like an ABI problem.

Building Relay inside the container fixes the problem and so does using a different source image. Unfortunately there is nothing obviously wrong with our 8.5 builds (e.g. warnings due to changing PHP internals).

I'm still going to try and pinpoint the issue, but at the very least we'll make sure it's working/fixed when 8.5 is released.

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.

5 participants