Skip to content

Commit bef9ac7

Browse files
committed
Prepare for 8.18 release.
1 parent 21a3306 commit bef9ac7

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push: # On any push on a "stable" branch
55
branches:
66
- main
7+
- 8.18
78
- 8.14
89
- 8.13
910
- 8.12
@@ -21,10 +22,10 @@ jobs:
2122
strategy:
2223
matrix:
2324
coq_version:
24-
- 'dev'
25+
- '8.18'
2526
ocaml_version:
2627
- '4.09-flambda'
27-
target: [ local, hott, dune ]
28+
target: [ local ] # dune, hott left out for now waiting for HoTT package
2829
fail-fast: false
2930

3031
steps:

coq-equations.opam

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "2.0"
2-
version: "dev"
2+
version: "1.3+8.18"
33
authors: [ "Matthieu Sozeau <matthieu.sozeau@inria.fr>" "Cyprien Mangin <cyprien.mangin@m4x.org>" ]
44
dev-repo: "git+https://github.com/mattam82/Coq-Equations.git"
55
maintainer: "matthieu.sozeau@inria.fr"
@@ -31,9 +31,6 @@ run-test: [
3131
[make "test-suite"]
3232
]
3333
depends: [
34-
"coq" {= "dev"}
34+
"coq" { >= "8.18~" & < "8.19" }
3535
"ocamlfind" {build}
3636
]
37-
#depopts: [
38-
# "coq-hott" {= "8.13"}
39-
#]

0 commit comments

Comments
 (0)