From 7b03daf0ee0f5da6892dd9c9e3aa247aa723c345 Mon Sep 17 00:00:00 2001 From: Adam Fowler Date: Tue, 7 Jan 2025 08:31:10 +0000 Subject: [PATCH] Require swift 6 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c646366..cb59a72 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: timeout-minutes: 15 strategy: matrix: - image: ["swift:5.9", "swift:5.10", "swift:6.0"] + image: ["swift:6.0"] container: image: ${{ matrix.image }} steps: