From b37c0ebd7951ec06a7550fd08ce85133eb9eaccd Mon Sep 17 00:00:00 2001 From: "hummingbird-automation[bot]" <168462326+hummingbird-automation[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 22:47:35 +0100 Subject: [PATCH] Update from hummingbird-project-template 0b656c263fbdc701e96ca5098b3d37ddc3834a6f (#94) --- .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 2370b89..3855024 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: timeout-minutes: 15 strategy: matrix: - image: ["swift:5.10", "swift:6.0"] + image: ["swift:5.10", "swift:6.0", "swiftlang/swift:nightly-6.1-jammy"] container: image: ${{ matrix.image }} steps: