Skip to content

Commit

Permalink
fix(GHA): Replace coqorg/coq:dev with rocq/rocq-prover:dev
Browse files Browse the repository at this point in the history
  • Loading branch information
erikmd committed Feb 5, 2025
1 parent fe45b64 commit 6ab4757
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/coq-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,9 @@ jobs:
strategy:
matrix:
image:
# TODO: Update as soon as Rocq 9.0.0 goes live
- 'coqorg/coq:latest'
- 'coqorg/coq:dev'
- 'rocq/rocq-prover:dev'
fail-fast: false # don't stop jobs if one fails
steps:
################################################################
Expand Down Expand Up @@ -150,7 +151,7 @@ jobs:
matrix:
image:
- 'coqorg/coq:latest'
- 'coqorg/coq:dev'
- 'rocq/rocq-prover:dev'
fail-fast: false # don't stop jobs if one fails
steps:
################################################################
Expand Down Expand Up @@ -248,7 +249,7 @@ jobs:
strategy:
matrix:
image:
- 'coqorg/coq:dev'
- 'rocq/rocq-prover:dev'
fail-fast: false # don't stop jobs if one fails
steps:
################################################################
Expand Down Expand Up @@ -281,7 +282,7 @@ jobs:
matrix:
image:
- 'coqorg/coq:latest'
- 'coqorg/coq:dev'
- 'rocq/rocq-prover:dev'
fail-fast: false # don't stop jobs if one fails
steps:
################################################################
Expand Down

0 comments on commit 6ab4757

Please sign in to comment.