Skip to content

Commit

Permalink
Merge pull request #3272 from palmskog/pcm-hb-1.8
Browse files Browse the repository at this point in the history
coq-fcsl-pcm.2.0.0 doesn't support coq-hierarchy-builder.1.8.0
  • Loading branch information
palmskog authored Dec 22, 2024
2 parents 1b0f530 + f43c7f4 commit 593a060
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install OCaml
uses: avsm/setup-ocaml@v2
uses: avsm/setup-ocaml@v3
with:
ocaml-compiler: 4.14.1
ocaml-compiler: 4.14.2

- name: Build index
run: |
Expand Down Expand Up @@ -62,4 +62,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v2
1 change: 1 addition & 0 deletions released/packages/coq-fcsl-pcm/coq-fcsl-pcm.2.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ install: [make "install"]
depends: [
"coq" { (>= "8.19" & < "8.21~") | (= "dev") }
"coq-mathcomp-ssreflect" { (>= "2.2.0" & < "2.4~") | (= "dev") }
"coq-hierarchy-builder" { < "1.8" }
"coq-mathcomp-algebra"
]

Expand Down

0 comments on commit 593a060

Please sign in to comment.