-
Notifications
You must be signed in to change notification settings - Fork 9
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
[Debt] Bump Azure Ubuntu to 22.04 #10212
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #10212 +/- ##
=============================================
+ Coverage 35.59% 69.01% +33.41%
Complexity 1321 1321
=============================================
Files 1061 209 -852
Lines 30579 5151 -25428
Branches 6403 0 -6403
=============================================
- Hits 10885 3555 -7330
+ Misses 19671 1596 -18075
+ Partials 23 0 -23
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
I think I'll need your help to test the deploy/build please @brindasasi 😄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe PHP 8.2 isn't available in this image? The later image has less options for PHP? Very strange... What are we going to do when this image becomes deprecated? |
OK, I found out more about it. In the linked page they recommend using setup-php to get other versions of PHP. Like we already do in our GH workflows, I guess. |
No luck 🤕 |
@petertgiles Great question, not sure there is much we can do if the new trend continues for runners where they only include support for one version of PHP. The newest Ubuntu runner, Ubuntu 24.04, only supports 8.3 which would mean we would be forced to upgrade the runner and the PHP version we use at the exact same time. Also, it would mean that we would be stuck with both until a new runner version is released. Using 😨 Also, strange that there cases where the runner is actually using the |
Yeah, I was looking at the |
🤖 Nope
👋 Introduction
Bumps the Azure pipelines version of Ubuntu to v22 to be kept in line with all other environments and instances.
🧪 Testing
🚚 Deployment
?
FAIL 💀