Skip to content

Commit bac304f

Browse files
committed
CI: also run with Rocq (9.0, 9.1)
1 parent feac350 commit bac304f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
- mathcomp/mathcomp:2.2.0-coq-8.20
2222
- mathcomp/mathcomp:2.3.0-coq-8.20
2323
- mathcomp/mathcomp:2.4.0-coq-8.20
24+
- mathcomp/mathcomp:2.4.0-rocq-prover-9.0
25+
- mathcomp/mathcomp:2.4.0-rocq-prover-9.1
2426
fail-fast: false
2527
steps:
2628
- uses: actions/checkout@v6
@@ -29,7 +31,7 @@ jobs:
2931
custom_image: ${{ matrix.image }}
3032
before_install: |
3133
startGroup "Workaround permission issue"
32-
sudo chown -R coq:coq .
34+
sudo chown -R 1000:1000 .
3335
endGroup
3436
- name: Revert permissions
3537
if: ${{ always() }}

0 commit comments

Comments
 (0)