Skip to content

Commit 5d9d6b9

Browse files
authored
Merge pull request #20757 from jketema/swift-doc-update
Swift: Update supported versions in the documentation
2 parents f6eabc2 + a29c9af commit 5d9d6b9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/codeql/reusables/supported-versions-compilers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
Python [9]_,"2.7, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13",Not applicable,``.py``
2727
Ruby [10]_,"up to 3.3",Not applicable,"``.rb``, ``.erb``, ``.gemspec``, ``Gemfile``"
2828
Rust [11]_,"Rust editions 2021 and 2024","Rust compiler","``.rs``, ``Cargo.toml``"
29-
Swift [12]_ [13]_,"Swift 5.4-6.1","Swift compiler","``.swift``"
29+
Swift [12]_ [13]_,"Swift 5.4-6.2","Swift compiler","``.swift``"
3030
TypeScript [14]_,"2.6-5.9",Standard TypeScript compiler,"``.ts``, ``.tsx``, ``.mts``, ``.cts``"
3131

3232
.. container:: footnote-group

swift/third_party/resources/updating.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ In order to perform a Swift update:
2323
(or whatever you have overridden). This will pull the staged archives in the repository for git LFS.
2424
8. Clear `_override` in [`load.bzl`](../load.bzl).
2525
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.
26-
10. Push and your PR will be ready for `main`.
26+
10. If this is not a patch update, then update the [supported versions](../../../docs/codeql/reusables/supported-versions-compilers.rst) with the Swift version we updated to.
27+
11. Push and your PR will be ready for `main`.

0 commit comments

Comments
 (0)