We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60021d1 commit 578fbfbCopy full SHA for 578fbfb
Documentation/ci-platform-coverage-guidelines.md
@@ -43,3 +43,11 @@ matrix](https://github.com/dotnet/sdk/blob/main/eng/pipelines/templates/stages/v
43
1. Ubuntu - Latest LTS version at the time of the release (amd64/arm64)
44
1. Alpine - Latest and previous versions (amd64)
45
1. AlmaLinux - Oldest version (targets lowest glibc version) (amd64)
46
+
47
+When updating the distro versions in the CI matrix as new versions are released
48
+and older versions reach EOL:
49
50
+1. Update `main` to the newer version one to two months prior to the GA/EOL date.
51
+ This is done to flush out any issues and to avoid destabilizing the servicing
52
+ branches.
53
+1. At the GA/EOL date, update the servicing branches.
0 commit comments