diff options
Diffstat (limited to 'lib/api/templates.rb')
-rw-r--r-- | lib/api/templates.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/api/templates.rb b/lib/api/templates.rb index b7fb35eac03..bc1e427bcaa 100644 --- a/lib/api/templates.rb +++ b/lib/api/templates.rb @@ -13,6 +13,9 @@ module API gitlab_ci_ymls: { gitlab_version: 8.9 }, + gitlab_ci_syntax_ymls: { + gitlab_version: 13.8 + }, dockerfiles: { gitlab_version: 8.15 } |