Skip to content

Commit

Permalink
CI: specify OCaml version
Browse files Browse the repository at this point in the history
  • Loading branch information
liyishuai committed Jan 16, 2024
1 parent ae53194 commit e8de6b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
image:
- 'coqorg/coq:8.9'
- 'coqorg/coq:8.11'
- 'coqorg/coq:8.12'
- 'coqorg/coq:8.12-ocaml-4.11-flambda'
- 'coqorg/coq:8.13'
- 'coqorg/coq:8.14'
- 'coqorg/coq:8.15'
Expand Down
2 changes: 1 addition & 1 deletion meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ supported_coq_versions:
tested_coq_opam_versions:
- version: '8.9'
- version: '8.11'
- version: '8.12'
- version: '8.12-ocaml-4.11-flambda'
- version: '8.13'
- version: '8.14'
- version: '8.15'
Expand Down

0 comments on commit e8de6b5

Please sign in to comment.