Skip to content

Commit

Permalink
activate Nix CI and fix boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog committed Sep 16, 2022
1 parent a374409 commit 905a67d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nix-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Nix CI
on:
push:
branches:
- master
- v8.15
pull_request:
paths:
- .github/workflows/**
Expand All @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
overrides:
- 'coq = "master"'
- 'coq = "8.15"'
fail-fast: false
steps:
- name: Determine which commit to test
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ algorithm in Coq.
- Coq-community maintainer(s):
- Karl Palmskog ([**@palmskog**](https://github.com/palmskog))
- License: [GNU Lesser General Public License v2.1 or later](LICENSE)
- Compatible Coq versions: Coq master (use the corresponding branch or release for other Coq versions)
- Compatible Coq versions: Coq 8.15 (use the corresponding branch or release for other Coq versions)
- Additional dependencies: none
- Coq namespace: `Stalmarck.Algorithm`
- Related publication(s):
Expand Down
2 changes: 1 addition & 1 deletion meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ license:
identifier: LGPL-2.1-or-later

supported_coq_versions:
text: Coq master (use the corresponding branch or release for other Coq versions)
text: Coq 8.15 (use the corresponding branch or release for other Coq versions)
opam: '{>= "8.15" & < "8.16~"}'

tested_coq_nix_versions:
Expand Down

0 comments on commit 905a67d

Please sign in to comment.