Skip to content

Commit

Permalink
Merge pull request #769 from LPCIC/fix-focker-ci
Browse files Browse the repository at this point in the history
fix docker ci
  • Loading branch information
gares authored Feb 6, 2025
2 parents c0fae44 + 827ec0e commit 84ca172
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
strategy:
matrix:
image:
- 'coqorg/coq:dev'
- 'rocq/rocq-prover:dev'
- 'rocq/rocq-prover:9.0'
- 'coqorg/coq:8.20'
fail-fast: false # don't stop jobs if one fails
steps:
Expand Down

0 comments on commit 84ca172

Please sign in to comment.