Replies: 1 comment 2 replies
|
We pull |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I was looking at the explicit Clang version matrix in the Ubuntu workflow and noticed it currently ends at
20(before jumping to latest). I'd like to suggest adding21explicitly, since the Docker image already exists. I've tested the build in that image and it works.I know Clang 21 is effectively covered today by the latest tag but once that tag moves we'll silently lose coverage of
21. I suspect that's coming soon: Clang 22 has been out for a while now (currently 22.1.8). I'd suggest keepinglatestas well, though that's worth discussing.Btw docs/mkdocs/docs/community/quality_assurance.md already mentions the support of
21.1.8.Happy to open a PR and test it if you think it's worthwhile, given how small the diff would be :)
All reactions