diff --git a/.github/workflows/docker-action.yml b/.github/workflows/docker-action.yml index e9dd026..33c00ea 100644 --- a/.github/workflows/docker-action.yml +++ b/.github/workflows/docker-action.yml @@ -16,14 +16,10 @@ jobs: matrix: image: - 'mathcomp/mathcomp-dev:rocq-prover-dev' + - 'mathcomp/mathcomp:2.4.0-rocq-prover-9.0' + - 'mathcomp/mathcomp:2.4.0-coq-8.20' - 'mathcomp/mathcomp:2.3.0-coq-8.20' - 'mathcomp/mathcomp:2.2.0-coq-8.19' - - 'mathcomp/mathcomp:2.1.0-coq-8.18' - - 'mathcomp/mathcomp:2.1.0-coq-8.17' - - 'mathcomp/mathcomp:2.1.0-coq-8.16' - - 'mathcomp/mathcomp:2.0.0-coq-8.18' - - 'mathcomp/mathcomp:2.0.0-coq-8.17' - - 'mathcomp/mathcomp:2.0.0-coq-8.16' fail-fast: false steps: - uses: actions/checkout@v4