summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2023-09-17 16:53:18 +0200
committerChristian Brabandt <cb@256bit.org>2023-09-17 16:53:18 +0200
commite6059c321b384d35493b4f8038756585d6249357 (patch)
tree1ee9ae6f033c59a9a432fe8c90b130ab6d67b31d /src
parent177437cc6f2ebff6bd62a21a20ba963450377de0 (diff)
patch 9.0.1904: Cirrus-CI fails because we have used all creditsv9.0.1904
Problem: Cirrus-CI fails because we have used all credits Solution: Remove FreeBSD 13.1 and MacOS M1 Cirrus CI has started introducing monthly limits. Vim has exceeded the monthly limit which means our CI unfortunately starts to fail. So let's remove some CI tasks, so that in the future we won't run out of credits so fast. closes: #13108 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: dundargoc <gocdundar@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 264fc7e7df..76f462eda3 100644
--- a/src/version.c
+++ b/src/version.c
@@ -700,6 +700,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1904,
+/**/
1903,
/**/
1902,