Skip to content

Commit 9d9f549

Browse files
committed
exclude more!
1 parent 02ba005 commit 9d9f549

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

.github/workflows/nix.yml

+12-3
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,30 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
mc: [ "1.11.0", "1.11.0", "1.10.0", "1.9.0", "1.8.0" ]
11+
mc: [ "1.12.0", "1.11.0", "1.10.0", "1.9.0", "1.8.0" ]
1212
coq: [ "8.13", "8.12", "8.11", "8.10", "8.9", "8.8", "8.7" ]
1313
exclude:
1414
- mc: "1.8.0"
1515
coq: "8.10"
1616
- mc: "1.8.0"
1717
coq: "8.11"
18-
- mc: "1.9.0"
19-
coq: "8.11"
2018
- mc: "1.8.0"
2119
coq: "8.12"
20+
- mc: "1.8.0"
21+
coq: "8.13"
22+
23+
- mc: "1.9.0"
24+
coq: "8.11"
2225
- mc: "1.9.0"
2326
coq: "8.12"
27+
- mc: "1.9.0"
28+
coq: "8.13"
29+
2430
- mc: "1.10.0"
2531
coq: "8.12"
32+
- mc: "1.10.0"
33+
coq: "8.13"
34+
2635
- mc: "1.12.0"
2736
coq: "8.7"
2837
- mc: "1.12.0"

default.nix

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
}@args:
77
let src = fetchGit {
88
url = "https://github.com/coq-community/nix-toolbox.git";
9-
ref = "8b8ed7f4fc38ae218d99fe9909142b30e6a0733f";
9+
ref = "master";
10+
rev = "8b8ed7f4fc38ae218d99fe9909142b30e6a0733f";
1011
};
1112
in
1213
(import src ./.

0 commit comments

Comments
 (0)