Skip to content

Commit

Permalink
chore(coq-demo.yml): Bump some coq versions
Browse files Browse the repository at this point in the history
  • Loading branch information
erikmd committed Apr 24, 2024
1 parent 1c523ff commit 0a636bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coq-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# To get the list of supported (coq, ocaml) versions from coqorg/coq,
# see https://github.com/coq-community/docker-coq/wiki#supported-tags
coq_version:
- '8.16'
- '8.18'
- 'latest-native'
- 'dev'
ocaml_version: ['default']
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
matrix:
image:
- 'mathcomp/mathcomp-dev:coq-dev'
- 'mathcomp/mathcomp:latest-coq-8.17'
- 'mathcomp/mathcomp:latest-coq-8.19'
# - 'mathcomp/mathcomp:latest-coq-dev' # not always available,
# see https://hub.docker.com/r/mathcomp/mathcomp#supported-tags
fail-fast: false # don't stop jobs if one fails
Expand Down

0 comments on commit 0a636bc

Please sign in to comment.