From ad8c369eef4c943cccba65f72e5e1fdad23cc34b Mon Sep 17 00:00:00 2001 From: Simon Pilkington Date: Sat, 20 Sep 2025 09:17:11 +1000 Subject: [PATCH] Update CI to use Swift 6.2. --- .github/workflows/swift.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index a05113e..64d8e6b 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -11,7 +11,7 @@ jobs: name: Image ${{ matrix.image }} strategy: matrix: - image: ["swift:6.1.2-noble", "swift:6.1.2-jammy", "swift:6.0.3-noble"] + image: ["swift:6.2.0-noble", "swift:6.2.0-jammy", "swift:6.1.2-noble"] runs-on: ubuntu-latest container: image: ${{ matrix.image }} diff --git a/README.md b/README.md index 56aa3a8..e8c6d47 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Build - Main Branch -Swift 6.1 and 6.0 Compatible and Tested +Swift 6.2 and 6.1 Compatible and Tested Ubuntu 22.04 and 24.04 Tested Apache 2