Skip to content

Commit

Permalink
ci: Drop 8.11, add 8.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-erbsen authored and cpitclaudel committed May 12, 2021
1 parent 346682a commit 11d0baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
env:
- { COQ_VERSION: "8.11.1", COQ_PACKAGE: "coq-8.11.1 libcoq-8.11.1-ocaml-dev", PPA: "ppa:jgross-h/many-coq-versions-ocaml-4-05" }
- { COQ_VERSION: "8.13.0", COQ_PACKAGE: "coq-8.13.0 libcoq-8.13.0-ocaml-dev", PPA: "ppa:jgross-h/many-coq-versions-ocaml-4-05" }
- { COQ_VERSION: "master", COQ_PACKAGE: "coq libcoq-ocaml-dev" , PPA: "ppa:jgross-h/coq-master-daily" }

env: ${{ matrix.env }}
Expand Down

0 comments on commit 11d0baf

Please sign in to comment.