Skip to content

Commit

Permalink
add CI for Coq 8.18 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog authored Aug 9, 2023
1 parent 555c33f commit 529f206
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
matrix:
image:
- 'mathcomp/mathcomp-dev:coq-dev'
- 'mathcomp/mathcomp:2.0.0-coq-8.18'
- 'mathcomp/mathcomp:2.0.0-coq-8.17'
- 'mathcomp/mathcomp:2.0.0-coq-8.16'
fail-fast: false
Expand Down
2 changes: 2 additions & 0 deletions meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ dependencies:
tested_coq_opam_versions:
- version: 'coq-dev'
repo: 'mathcomp/mathcomp-dev'
- version: '2.0.0-coq-8.18'
repo: 'mathcomp/mathcomp'
- version: '2.0.0-coq-8.17'
repo: 'mathcomp/mathcomp'
- version: '2.0.0-coq-8.16'
Expand Down

0 comments on commit 529f206

Please sign in to comment.