Skip to content

Commit

Permalink
chore(CI): Bump some image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
erikmd committed Feb 5, 2025
1 parent 8dd5c2e commit 3bb8f8c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 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.18'
- '8.20'
- '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.19'
- 'mathcomp/mathcomp:latest-coq-8.20'
# - '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 Expand Up @@ -94,6 +94,7 @@ jobs:
image:
# TODO: Update as soon as Rocq 9.0.0 goes live
- 'coqorg/coq:latest'
- 'rocq/rocq-prover:9.0'
- 'rocq/rocq-prover:dev'
fail-fast: false # don't stop jobs if one fails
steps:
Expand Down Expand Up @@ -151,6 +152,7 @@ jobs:
matrix:
image:
- 'coqorg/coq:latest'
- 'rocq/rocq-prover:9.0'
- 'rocq/rocq-prover:dev'
fail-fast: false # don't stop jobs if one fails
steps:
Expand Down Expand Up @@ -282,6 +284,7 @@ jobs:
matrix:
image:
- 'coqorg/coq:latest'
- 'rocq/rocq-prover:9.0'
- 'rocq/rocq-prover:dev'
fail-fast: false # don't stop jobs if one fails
steps:
Expand Down Expand Up @@ -385,7 +388,7 @@ jobs:
strategy:
matrix:
image:
- 'mathcomp/mathcomp:latest-coq-8.19'
- 'mathcomp/mathcomp:latest-coq-8.20'
fail-fast: false # don't stop jobs if one fails
steps:
################################################################
Expand Down

0 comments on commit 3bb8f8c

Please sign in to comment.