File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ defaults: &defaults
1313 command : |
1414 opam repo add coq-extra-dev https://coq.inria.fr/opam/extra-dev
1515 opam update
16- opam pin -n coq-ext-lib 0.10.2
1716 opam install coq-quickchick
1817 - run :
1918 name : List installed packages
@@ -43,13 +42,28 @@ defaults: &defaults
4342 done
4443
4544jobs :
46- coq.8.9 :
45+ coq 8_8 :
46+ << : *defaults
47+ docker :
48+ - image : coqorg/coq:8.8
49+ coq 8_9 :
4750 << : *defaults
4851 docker :
4952 - image : coqorg/coq:8.9
53+ coq 8_10 :
54+ << : *defaults
55+ docker :
56+ - image : coqorg/coq:8.10
57+ coq dev :
58+ << : *defaults
59+ docker :
60+ - image : coqorg/coq:dev
5061
5162workflows :
5263 version : 2
5364 build :
5465 jobs :
55- - coq.8.9
66+ - coq 8_8
67+ - coq 8_9
68+ - coq 8_10
69+ - coq dev
You can’t perform that action at this time.
0 commit comments