From c72430986be597c79dfd7aaa97e532138166f51c Mon Sep 17 00:00:00 2001 From: adam-fowler Date: Fri, 24 Jan 2025 07:45:40 +0000 Subject: [PATCH] Update from hummingbird-project-template 7d30d3523baa6b40778e8d8a2a02522c9ea3aa79 --- .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 638822b..1737d9e 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:5.9", "swift:5.10", "swift:6.0", "swiftlang/swift:nightly-6.1-jammy"] container: image: ${{ matrix.image }} steps: