From 5f748f7ed9940c0db56e7dadd166f5e69bde6da9 Mon Sep 17 00:00:00 2001 From: Kazuhiko Sakaguchi Date: Tue, 15 Dec 2020 22:05:15 +0900 Subject: Drop support for Coq 8.10 and deprecate the `deprecate` notation - The `deprecate` notation and `iota_add` have been deprecated. All the uses of the `deprecate` notation have been replaced with the `deprecated` attribute. - Deprecation aliases in `ssrnat` and `ssrnum` introduced in MathComp 1.11+beta1 have been removed. - Remove `VDFILE` related hacks from `Makefile.common`. --- .github/workflows/nix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index 9f45794..f665988 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - coq: [ "8.11", "8.10", "8.12" ] + coq: [ "8.11", "8.12" ] steps: - name: Get branch shortname run: echo "##[set-output name=name;]$(echo ${GITHUB_REF#refs/heads/})" -- cgit v1.2.3