-
Notifications
You must be signed in to change notification settings - Fork 354
chore: try running tests against PHP 8.5 as an experimental job #1700
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
base: main
Are you sure you want to change the base?
Conversation
Tests do work locally if I install |
9811d68
to
a1b2b2a
Compare
CI took hours to get triggered, I forgot about it. Thank you for testing, I'll try triggering the CI again! Edit: hmmm, seems a segfault appears. I'll try to investigate about it. It's also green on macOS on my side. |
e4f67c3
to
8aa38e0
Compare
8aa38e0
to
eae4392
Compare
Kind of looks like the installed PHP8.5 version is not ZTS, maybe the |
That was a nice idea! Unfortunately,
|
d35dc23
to
353469b
Compare
08af823
to
463670a
Compare
ab9ec8d
to
c933401
Compare
c933401
to
02f702c
Compare
f29d6bd
to
e8c6b9d
Compare
It failing at It's strange though that the version looks correct. Locally I just replaced the branch with master here, which seems to work. Kind of annoying that this only happens in the pipeline, but the good old 'logging every line' has also never failed me before 😅 |
e8c6b9d
to
03ce4eb
Compare
Same conclusion as you! Indeed, turns out this line makes the program segfault: Line 856 in 291dd4e
It doesn't seem there are significant changes between 8.4 and 8.5, maybe it's an external dependency problem... 🤔 |
No description provided.