File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 10101 . [ Overview] ( #overview )
11111 . [ Usage - Configuration options and additional functionality] ( #usage )
12121 . [ Limitations - OS compatibility, etc.] ( #limitations )
13+ 1 . [ License] ( #license )
1314
1415## Overview
1516
@@ -66,11 +67,9 @@ gitlab_ci_runner::runners:
6667# # Limitations
6768
6869The Gitlab CI runner installation is at the moment only tested on :
69- * CentOS 6/7/8
70- * Debian 8/9/10
71- * Ubuntu 16.04/18.04
72-
73- A runner configuration is currently only applied if the specific runner does not exist in the config file.
70+ * CentOS 7/8
71+ * Debian 9/10
72+ * Ubuntu 18.04/20.04
7473
7574# # License
7675
Original file line number Diff line number Diff line change 5656 {
5757 "operatingsystem" : " Debian" ,
5858 "operatingsystemrelease" : [
59- " 8" ,
6059 " 9" ,
6160 " 10"
6261 ]
6362 },
6463 {
6564 "operatingsystem" : " Ubuntu" ,
6665 "operatingsystemrelease" : [
67- " 16 .04" ,
68- " 18 .04"
66+ " 18 .04" ,
67+ " 20 .04"
6968 ]
7069 }
7170 ],
You can’t perform that action at this time.
0 commit comments