commit | 361f9d2da4eee27797deaa3283c5054106324b09 | [log] [tgz] |
---|---|---|
author | Philip H <47042125+pheiduck@users.noreply.github.com> | Tue Jun 14 11:35:21 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 14 11:35:21 2022 +0100 |
tree | 6f30f032640543e4c67b45697a5b6926d6924451 | |
parent | 819ab82f7ee505d6fc4c6dc408e4b27c0fbe4a97 [diff] |
patch 8.2.5086: CI runs on Windows 2019 Problem: CI runs on Windows 2019. Solution: Switch to Windows 2022.
diff --git a/src/version.c b/src/version.c index b1f4254..dd3a8a7 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5086, +/**/ 5085, /**/ 5084,