Merge pull request #180152 from helsinki-systems/feat/oldestsupportedrelease

lib/trivial: Update oldestSupportedRelease
This commit is contained in:
Robert Hensing 2022-07-05 13:27:58 +02:00 committed by GitHub
commit 71a4f0dc3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -179,7 +179,7 @@ rec {
they take effect as soon as the oldest release reaches end of life. */
oldestSupportedRelease =
# Update on master only. Do not backport.
2111;
2205;
/* Whether a feature is supported in all supported releases (at the time of
release branch-off, if applicable). See `oldestSupportedRelease`. */