commit | 8ea05de6aa1d133cba3381bcc36adf1736b08e00 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 17 20:27:26 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 17 20:27:26 2020 +0100 |
tree | bed2378fcd3dc8da358c5cfe807634eb475c3d4a | |
parent | 4c5bdb99ad632d703e94fffafba11b91861fea48 [diff] [blame] |
patch 8.2.2150: Github actions CI isn't used for all available platforms Problem: Github actions CI isn't used for all available platforms. Solution: Update the github workflows. (Ozaki Kiichi, closes #7433)
diff --git a/src/version.c b/src/version.c index 95633c8..86ccdd6 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2150, +/**/ 2149, /**/ 2148,