Failing during Setup Coverage build step #959
-
Hey there, We're currently experiencing a weird issue on our GitHub Hosted CI pipeline where the Setup Coverage build step keeps failing. I'm no CI expert by any means so a little guidance on how I can debug this further and resolve it would be much appreciated. Please advise if there is any other bits of information I could share to help resolve this. GitHub Runner Environment: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
@BIGWALDOR |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
@BIGWALDOR Based on the logs, your os is ubuntu 20.04 which is no longer supported by this action since 2.33.0 and ppa:ondrej/php as of yesterday.
Please upgrade your ubuntu version to 22.04 or 24.04.
See #939 and oerdnj/deb.sury.org#2243