commit | 009e79c7b7f20d8e176a16fa8e1d510273c0a259 | [log] [tgz] |
---|---|---|
author | Philip H <47042125+pheiduck@users.noreply.github.com> | Fri May 06 16:10:50 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 06 16:10:50 2022 +0100 |
tree | 391046885a510d56c8791e01a073cb8f6c00443a | |
parent | 521bf32bb4f86676ce3617d25309770f1440ba79 [diff] |
patch 8.2.4889: CI only tests with FreeBSD 12 Problem: CI only tests with FreeBSD 12. Solution: Also test with FreeBSD 13. (closes #10366)
diff --git a/src/version.c b/src/version.c index 25c459e..1b781d9 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4889, +/**/ 4888, /**/ 4887,