aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorCyril Cohen2020-10-08 00:35:54 +0200
committerGitHub2020-10-08 00:35:54 +0200
commit9bfc9834b46c1e492aaaf257cfa811d1e5e39065 (patch)
treea8e8028dd3ed67936624f852389a707b859f1aa5 /.github
parent5222da0de26b9843dfbb1b8462fabea9c0396714 (diff)
parenta7a8adad88825f2e5396dc8698e0b912550807c6 (diff)
Merge pull request #591 from pi8027/primitive-class-records
Turn class_of records into primitive records and get rid of the xclass idiom
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 8446b1c..0ea5aee 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.9", "8.8", "8.7" ]
+ coq: [ "8.11", "8.10", "8.9" ]
steps:
- name: Get branch shortname
run: echo "##[set-output name=name;]$(echo ${GITHUB_REF#refs/heads/})"