Post #3667378
2026-07-08 08:18 UTC
@asgrim@phpc.social I'm particularly annoyed by that for PIE extensions, because the compatibility guarantees for the internal API are explicitly much looser there.
Now my CI looks like this:
if dpkg --compare-versions "${{ steps.determine-php-version.outputs.version }}" lt 8.6; then
pie install --ansi -v some/package
fi
☹️
Replies (0)
No replies.