diff --git a/.github/workflows/coq-action.yml b/.github/workflows/coq-action.yml index 39c1193..7a72eee 100644 --- a/.github/workflows/coq-action.yml +++ b/.github/workflows/coq-action.yml @@ -17,14 +17,16 @@ jobs: - '8.14' - '8.15' - '8.16' + - '8.17' - 'dev' ocaml_version: - 'default' fail-fast: false # don't stop jobs if one fails steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: coq-community/docker-coq-action@v1 with: + opam_file: 'coq-quantumlib.opam' coq_version: ${{ matrix.coq_version }} ocaml_version: ${{ matrix.ocaml_version }}