summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPhilip H <47042125+pheiduck@users.noreply.github.com>2022-08-25 16:24:56 +0100
committerBram Moolenaar <Bram@vim.org>2022-08-25 16:24:56 +0100
commit930830a68b6eb7ca630956330b48996e3ef8518f (patch)
tree3786b2ff512de396f0857a3d489bae2d13d02de2 /src
parent340dafd155222ac96304107542344faf3c56e12b (diff)
patch 9.0.0267: Coverity workflow still uses Ubuntu 18.04v9.0.0267
Problem: Coverity workflow still uses Ubuntu 18.04. Solution: Use Ubuntu 20.04
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 50294f8523..b5cdfdf789 100644
--- a/src/version.c
+++ b/src/version.c
@@ -728,6 +728,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 267,
+/**/
266,
/**/
265,