From 66b6acb5f24fc003f8d8ddd6ffbf9e05cdef1dd8 Mon Sep 17 00:00:00 2001 From: 417-72KI <417.72ki@gmail.com> Date: Wed, 6 Mar 2024 17:22:24 +0900 Subject: [PATCH] add Swift 5.10 and drop 5.6 drop Swift 5.8 ref: https://github.com/yonaskolb/Mint/pull/275 --- .github/matrix.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/matrix.json b/.github/matrix.json index 09366d4..d589145 100644 --- a/.github/matrix.json +++ b/.github/matrix.json @@ -1,11 +1,13 @@ { "swift_version": [ + "5.10", "5.9", "5.8", "5.7", "5.6" ], "mint_revision": { + "5.10": "master", "5.9": "master", "5.8": "0.17.5", "5.7": "0.17.5",