File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,16 @@ jobs:
1717 strategy :
1818 matrix :
1919 image :
20- - ' coqorg/coq:dev'
20+ - ' rocq/rocq-prover:dev'
21+ - ' rocq/rocq-prover:9.1'
22+ - ' rocq/rocq-prover:9.0'
2123 - ' coqorg/coq:8.20'
2224 - ' coqorg/coq:8.19'
2325 - ' coqorg/coq:8.18'
2426 - ' coqorg/coq:8.17'
2527 fail-fast : false
2628 steps :
27- - uses : actions/checkout@v3
29+ - uses : actions/checkout@v4
2830 - uses : coq-community/docker-coq-action@v1
2931 with :
3032 opam_file : ' coq-coqtail.opam'
Original file line number Diff line number Diff line change @@ -37,11 +37,12 @@ supported_coq_versions:
3737 text : 8.17 or later
3838 opam : ' {>= "8.17"}'
3939
40- tested_coq_nix_versions :
41- - coq_version : ' master'
40+ tested_rocq_opam_versions :
41+ - version : ' dev'
42+ - version : ' 9.1'
43+ - version : ' 9.0'
4244
4345tested_coq_opam_versions :
44- - version : dev
4546- version : ' 8.20'
4647- version : ' 8.19'
4748- version : ' 8.18'
You can’t perform that action at this time.
0 commit comments