File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed
Expand file tree Collapse file tree 2 files changed +8
-9
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/11
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" ,
61- " 10"
60+ " 10" ,
61+ " 11"
6262 ]
6363 },
6464 {
6565 "operatingsystem" : " Ubuntu" ,
6666 "operatingsystemrelease" : [
67- " 16 .04" ,
68- " 18 .04"
67+ " 18 .04" ,
68+ " 20 .04"
6969 ]
7070 }
7171 ],
You can’t perform that action at this time.
0 commit comments