We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74cbf4c commit 04a605dCopy full SHA for 04a605d
.github/workflows/build-coq-demo.yml
@@ -23,11 +23,11 @@ jobs:
23
strategy:
24
matrix:
25
coq_version:
26
- - '8.11'
+ # - '8.11'
27
- dev
28
ocaml_version:
29
- '4.07-flambda'
30
- - '4.09-flambda'
+ # - '4.09-flambda'
31
# at most 20 concurrent jobs per free account:
32
# https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#usage-limits
33
max-parallel: 4
@@ -49,9 +49,9 @@ jobs:
49
50
51
image:
52
- - mathcomp/mathcomp:1.10.0-coq-8.10
+ # - mathcomp/mathcomp:1.10.0-coq-8.10
53
- mathcomp/mathcomp:1.10.0-coq-8.11
54
- - mathcomp/mathcomp:1.11.0-coq-dev
+ # - mathcomp/mathcomp:1.11.0-coq-dev # not available anymore
55
- mathcomp/mathcomp-dev:coq-dev
56
matrix_script:
57
- "opam pin list"
0 commit comments