Skip to content

Commit 5025b7e

Browse files
committed
Updating workflows
1 parent 866d37a commit 5025b7e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ jobs:
1717
strategy:
1818
matrix:
1919
image:
20-
- 'coqorg/coq:dev'
2120
- 'coqorg/coq:8.19'
21+
- 'coqorg/coq:8.20'
22+
- 'rocq/rocq-prover:9.0'
23+
- 'rocq/rocq-prover:dev'
2224
fail-fast: false
2325
steps:
2426
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)