You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CI failed only on PHP 8.0 / windows-latest. Replace tempnam() with the
sys_get_temp_dir() + md5(uniqid()) pattern the rest of the suite uses,
and explicitly close the Zip handle in finally so Windows can unlink
the temp file (open handles block deletion).
0 commit comments