Once #183568 lands, we should add support for analyzer 11, and the very recently released analyzer 12, so we don't get as far behind.
I think the way we'll probably want to do this is to do have the next PR:
- Fix any deprecations that show up when compiling against 10.2.0 (by locally enabling deprecation warnings in the analyzer)
- Set the minimum version to whatever is necessary to do that (which may be 10)
- Add 11 to the range, which will very likely not require any further changes.
It may be that we can also add 12 in that same PR without dropping 10. If not, we should release the version that includes 11, and then do yet another PR to add support for 12.
Once #183568 lands, we should add support for analyzer 11, and the very recently released analyzer 12, so we don't get as far behind.
I think the way we'll probably want to do this is to do have the next PR:
It may be that we can also add 12 in that same PR without dropping 10. If not, we should release the version that includes 11, and then do yet another PR to add support for 12.