Skip to content

Commit

Permalink
Merge pull request #161 from Zimmi48/update-ci-8.13
Browse files Browse the repository at this point in the history
Update meta.yml and CI to test Coq 8.13.
  • Loading branch information
Zimmi48 authored Sep 7, 2021
2 parents c366d3f + a8eb1a9 commit af4b86e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: CI
# This file was generated from `meta.yml`, please do not edit manually.
# Follow the instructions on https://github.com/coq-community/templates to regenerate.
name: Docker CI

on:
push:
Expand All @@ -16,6 +18,7 @@ jobs:
matrix:
image:
- 'coqorg/coq:dev'
- 'coqorg/coq:8.13'
- 'coqorg/coq:8.12'
- 'coqorg/coq:8.11'
- 'coqorg/coq:8.10'
Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
<!---
This file was generated from `meta.yml`, please do not edit manually.
Follow the instructions on https://github.com/coq-community/templates to regenerate.
--->
# C-CoRN

[![CI][action-shield]][action-link]
[![Docker CI][docker-action-shield]][docker-action-link]
[![Contributing][contributing-shield]][contributing-link]
[![Code of Conduct][conduct-shield]][conduct-link]
[![Zulip][zulip-shield]][zulip-link]

[action-shield]: https://github.com/coq-community/corn/workflows/CI/badge.svg?branch=master
[action-link]: https://github.com/coq-community/corn/actions?query=workflow%3ACI
[docker-action-shield]: https://github.com/coq-community/corn/workflows/Docker%20CI/badge.svg?branch=master
[docker-action-link]: https://github.com/coq-community/corn/actions?query=workflow:"Docker%20CI"

[contributing-shield]: https://img.shields.io/badge/contributions-welcome-%23f7931e.svg
[contributing-link]: https://github.com/coq-community/manifesto/blob/master/CONTRIBUTING.md
Expand Down
2 changes: 1 addition & 1 deletion coq-corn.opam
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ build: [
]
install: [make "install"]
depends: [
"coq" {(>= "8.7" & < "8.13~") | (= "dev")}
"coq" {(>= "8.7" & < "8.14~") | (= "dev")}
"coq-math-classes" {(>= "8.8.1") | (= "dev")}
"coq-bignums"
]
Expand Down
3 changes: 2 additions & 1 deletion meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,11 @@ license:

supported_coq_versions:
text: Coq 8.7 or greater
opam: '{(>= "8.7" & < "8.13~") | (= "dev")}'
opam: '{(>= "8.7" & < "8.14~") | (= "dev")}'

tested_coq_opam_versions:
- version: dev
- version: "8.13"
- version: "8.12"
- version: "8.11"
- version: "8.10"
Expand Down

0 comments on commit af4b86e

Please sign in to comment.