Skip to content

Commit

Permalink
added docker image (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksnanevski authored Dec 17, 2024
1 parent 6235116 commit e7f3929
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- 'mathcomp/mathcomp:latest-coq-dev'
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: coq-community/docker-coq-action@v1
with:
opam_file: 'coq-fcsl-pcm.opam'
Expand Down
2 changes: 1 addition & 1 deletion coq-fcsl-pcm.opam
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" { (>= "8.19" & < "8.21~") | (= "dev") }
"coq-mathcomp-ssreflect" { (>= "2.2.0" & < "2.3~") | (= "dev") }
"coq-mathcomp-ssreflect" { (>= "2.2.0" & < "2.4~") | (= "dev") }
"coq-mathcomp-algebra"
]

Expand Down
2 changes: 1 addition & 1 deletion meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ tested_coq_opam_versions:
dependencies:
- opam:
name: coq-mathcomp-ssreflect
version: '{ (>= "2.2.0" & < "2.3~") | (= "dev") }'
version: '{ (>= "2.2.0" & < "2.4~") | (= "dev") }'
description: |-
[MathComp ssreflect 2.2](https://math-comp.github.io)
- opam:
Expand Down

0 comments on commit e7f3929

Please sign in to comment.