From 2a39fed452ccb5f4e324ad499c941a8ff5349c64 Mon Sep 17 00:00:00 2001 From: Simon Leeb <52261246+sliemeobn@users.noreply.github.com> Date: Tue, 11 Nov 2025 17:04:11 +0100 Subject: [PATCH] swift 6.2 --- .github/workflows/api-breakage.yml | 2 +- .github/workflows/ci-embedded.yaml | 2 +- .github/workflows/ci-examples.yaml | 2 +- .github/workflows/ci.yaml | 2 +- .github/workflows/format.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/api-breakage.yml b/.github/workflows/api-breakage.yml index e0b6f29..7d6b3f6 100644 --- a/.github/workflows/api-breakage.yml +++ b/.github/workflows/api-breakage.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 15 container: - image: swift:6.0 + image: swift:6.2 steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/ci-embedded.yaml b/.github/workflows/ci-embedded.yaml index 8b4ec8e..de5fb20 100644 --- a/.github/workflows/ci-embedded.yaml +++ b/.github/workflows/ci-embedded.yaml @@ -16,7 +16,7 @@ jobs: timeout-minutes: 15 strategy: matrix: - image: ["swiftlang/swift:nightly-main"] + image: ["swift:6.2"] container: image: ${{ matrix.image }} diff --git a/.github/workflows/ci-examples.yaml b/.github/workflows/ci-examples.yaml index 5c9383a..f8eb943 100644 --- a/.github/workflows/ci-examples.yaml +++ b/.github/workflows/ci-examples.yaml @@ -19,7 +19,7 @@ jobs: timeout-minutes: 15 strategy: matrix: - image: ["swift:5.10", "swift:6.0"] + image: ["swift:5.10", "swift:6.2"] container: image: ${{ matrix.image }} diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 43068e8..94ae473 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: timeout-minutes: 15 strategy: matrix: - image: ["swift:5.10", "swift:6.0", "swift:6.1"] + image: ["swift:5.10", "swift:6.0", "swift:6.1", "swift:6.2"] container: image: ${{ matrix.image }} diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index 3b9b914..c65b028 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml @@ -15,7 +15,7 @@ jobs: timeout-minutes: 15 strategy: matrix: - image: ["swift:6.1"] + image: ["swift:6.2"] container: image: ${{ matrix.image }}