Skip to content

Commit

Permalink
Reenable Coq master in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
whonore committed Feb 10, 2022
1 parent 3dd65e0 commit 2fcff44
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# NOTE: A recent change to using `findlib` broke Coq installed through nix.
# See:
# https://coq.zulipchat.com/#narrow/stream/237656-Coq-devs.20.26.20plugin.20devs/topic/Findlib.20error.20with.20master.20.2B.20nix
# and
# https://github.com/coq/coq/pull/15220#issuecomment-1030597338
coq_version: ['8.4', '8.5', '8.6', '8.7', '8.8', '8.9', '8.10', '8.11', '8.12', '8.13', '8.14']
coq_version: ['8.4', '8.5', '8.6', '8.7', '8.8', '8.9', '8.10', '8.11', '8.12', '8.13', '8.14', 'master']
py_version: [3.6]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 2fcff44

Please sign in to comment.