From c881e85b2b8aa6d7dc6ad177775f9ed6ba7ad106 Mon Sep 17 00:00:00 2001 From: Dave Verwer Date: Mon, 22 Jul 2024 12:52:21 +0100 Subject: [PATCH] Unnecessary comment. --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4596289..c527b21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,6 @@ jobs: run-tests: strategy: matrix: - # We don't need anything specific in 5.10.1, but 5.10 collapses to 5.1 when `swift-setup` runs. swift-version: ['5.6', '5.7', '5.8', '5.9', '5.10'] runs-on: ubuntu-20.04 steps: