-
Notifications
You must be signed in to change notification settings - Fork 291
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
Enable testing with Ubuntu 22 #2988
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2988 +/- ##
===========================================
- Coverage 92.58% 72.47% -20.11%
===========================================
Files 6 288 +282
Lines 310 59498 +59188
===========================================
+ Hits 287 43122 +42835
- Misses 23 16376 +16353
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
We don't seem to have .NET 9 available in Ubuntu 22 runner images just yet. Latest image Continuing to stay on hold. |
@cheenamalhotra Can you update the branch from main and see if it works? |
Also from the latest build the issue seems to be that it fails to configure SQL Server:
|
Addresses #2952
We can continue testing with Ub 20 while it's in LTS support.
WIP: Waiting for .NET 9 availability on Ubuntu 22