Skip to content

Commit

Permalink
Include Coq 8.18 in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
arthuraa committed Sep 22, 2023
1 parent a6f8138 commit 50d7b78
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,28 @@ jobs:
- image: coqorg/coq:8.17
resource_class: 'large'

coq-8-18-mathcomp-2-0-0:
<<: *defaults
steps:
- startup
- prepare:
mathcomp-version: '2.0.0'
- build
docker:
- image: coqorg/coq:8.18
resource_class: 'large'

coq-8-18-mathcomp-dev:
<<: *defaults
steps:
- startup
- prepare:
mathcomp-version: 'dev'
- build
docker:
- image: coqorg/coq:8.18
resource_class: 'large'

coq-dev:
<<: *defaults
steps:
Expand All @@ -84,4 +106,6 @@ workflows:
jobs:
- coq-8-17-mathcomp-2-0-0
- coq-8-17-mathcomp-dev
- coq-8-18-mathcomp-2-0-0
- coq-8-18-mathcomp-dev
- coq-dev
2 changes: 1 addition & 1 deletion deriving.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license: "MIT"
build: [ make "-j" "%{jobs}%" "test" {with-test} ]
install: [ make "install" ]
depends: [
"coq" { (>= "8.17" & < "8.18~") | (= "dev") }
"coq" { (>= "8.17" & < "8.19~") | (= "dev") }
"coq-mathcomp-ssreflect" {>= "2.0" | (= "dev")}
]

Expand Down

0 comments on commit 50d7b78

Please sign in to comment.