Skip to content

Commit

Permalink
coq 8.19
Browse files Browse the repository at this point in the history
  • Loading branch information
thery committed Feb 6, 2024
1 parent 90c42be commit 9040aa6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
image:
- 'coqorg/coq:8.17'
- 'coqorg/coq:8.19'
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Follow the instructions on https://github.com/coq-community/templates to regener

[![Docker CI][docker-action-shield]][docker-action-link]

[docker-action-shield]: https://github.com/thery/poltac/workflows/Docker%20CI/badge.svg?branch=master
[docker-action-link]: https://github.com/thery/poltac/actions?query=workflow:"Docker%20CI"
[docker-action-shield]: https://github.com/thery/poltac/actions/workflows/docker-action.yml/badge.svg?branch=master
[docker-action-link]: https://github.com/thery/poltac/actions/workflows/docker-action.yml



Expand Down Expand Up @@ -142,13 +142,14 @@ [email protected]
- Author(s):
- Laurent Théry
- License: [MIT License](LICENSE)
- Compatible Coq versions: 8.17 or later
- Compatible Coq versions: 8.19 or later
- Additional dependencies: none
- Coq namespace: `PolTac`
- Related publication(s): none

## Building and installation instructions


To build and install manually, do:

``` shell
Expand Down

0 comments on commit 9040aa6

Please sign in to comment.