Skip to content

Commit

Permalink
Coq 8.17
Browse files Browse the repository at this point in the history
  • Loading branch information
liyishuai committed Jun 13, 2023
1 parent 27e4bce commit f425711
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ jobs:
- 'coqorg/coq:8.14'
- 'coqorg/coq:8.15'
- 'coqorg/coq:8.16'
- 'coqorg/coq:8.17'
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: coq-community/docker-coq-action@v1
with:
opam_file: 'coq-parsec.opam'
Expand Down
1 change: 1 addition & 0 deletions meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ tested_coq_opam_versions:
- version: '8.14'
- version: '8.15'
- version: '8.16'
- version: '8.17'

0 comments on commit f425711

Please sign in to comment.