Skip to content

Commit 04a605d

Browse files
committed
Disable some images
1 parent 74cbf4c commit 04a605d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-coq-demo.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
strategy:
2424
matrix:
2525
coq_version:
26-
- '8.11'
26+
# - '8.11'
2727
- dev
2828
ocaml_version:
2929
- '4.07-flambda'
30-
- '4.09-flambda'
30+
# - '4.09-flambda'
3131
# at most 20 concurrent jobs per free account:
3232
# https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#usage-limits
3333
max-parallel: 4
@@ -49,9 +49,9 @@ jobs:
4949
strategy:
5050
matrix:
5151
image:
52-
- mathcomp/mathcomp:1.10.0-coq-8.10
52+
# - mathcomp/mathcomp:1.10.0-coq-8.10
5353
- mathcomp/mathcomp:1.10.0-coq-8.11
54-
- mathcomp/mathcomp:1.11.0-coq-dev
54+
# - mathcomp/mathcomp:1.11.0-coq-dev # not available anymore
5555
- mathcomp/mathcomp-dev:coq-dev
5656
matrix_script:
5757
- "opam pin list"

0 commit comments

Comments
 (0)