Swift: Update supported versions in the documentation

Also document that we need to update the supported versions, so we don't forget
it next time around.
This commit is contained in:
Jeroen Ketema
2025-11-04 15:56:39 +01:00
parent 26f59a8786
commit 41bf91072d
2 changed files with 3 additions and 2 deletions

View File

@@ -23,4 +23,5 @@ In order to perform a Swift update:
(or whatever you have overridden). This will pull the staged archives in the repository for git LFS.
8. Clear `_override` in [`load.bzl`](../load.bzl).
9. Add a change note to the [library change note directory](../../ql/lib/change-notes/) that mentions that we now support the Swift version we updated to.
10. Push and your PR will be ready for `main`.
10. If this not patch update, then update the [supported versions](../../../docs/codeql/reusables/supported-versions-compilers.rst) with the Swift version we updated to.
11. Push and your PR will be ready for `main`.