From f3df6cf68f090a0fcba0d6f6867549bf70573335 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Thu, 28 Nov 2024 18:59:42 -0800 Subject: [PATCH] Update build.yml Add 5.10 to the testing matrix. --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ef2b091c..417efdd3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,6 +41,10 @@ jobs: tag: 5.9.1-RELEASE options: '' + - branch: swift-5.10.1-release + tag: 5.10.1-RELEASE + options: '' + - branch: development tag: DEVELOPMENT-SNAPSHOT-2023-08-12-a options: ''