Skip to content

Commit

Permalink
Merge branch 'inQWIRE:main' into v8.17
Browse files Browse the repository at this point in the history
  • Loading branch information
caldwellb authored Apr 5, 2023
2 parents b38e663 + 71b5b22 commit dc551aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/coq-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit dc551aa

Please sign in to comment.