aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/nix.yml2
1 files changed, 1 insertions, 1 deletions
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/})"