Uh oh!
There was an error while loading. Please reload this page.
CI: remove leftover Cirrus CI references - #17055
Conversation
Follow-up to php#16822, now that php-src no longer uses Cirrus CI, some small leftover references to Cirrus CI and some tests that were skipped on Cirrus CI can now be adjusted.
Ayesh
commented
Dec 5, 2024
(I'm not sure if it makes sense to do this in the security-fixes-only PHP 8.1 branch) |
cmb69
commented
Dec 6, 2024
Thanks for the clean-up PR! Note that for practical purposes PHP-8.2 is also in security mode (last regular bugfix release is in RC). I'm not even sure it makes much sense to remove the CirrusCI remnants for stable versions (but have no issues to do so), given there are also pointers to Travis and Azure, which we are no longer using for quite some time, as far as I know. |
Ayesh
commented
Dec 6, 2024
Thank you @cmb69, I agree, let's skip the clean-up for now and perhaps come back later to cleanup all of Travis/Cirrus/Azure pipelines remnants. |
iluuu1994
commented
Dec 6, 2024
Tbh I wouldn't mind cleaning security branches, but just doing stable branches is fine too. |
Follow-up to #16822, now that php-src no longer uses Cirrus CI, some small leftover references to Cirrus CI and some tests that were skipped on Cirrus CI can now be adjusted.