We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b8a551 + 00bf317 commit a9c24ceCopy full SHA for a9c24ce
.buildkite/pipeline.yml
@@ -34,6 +34,7 @@ steps:
34
version:
35
- "1.8"
36
- "1.9"
37
+ - "1.10"
38
plugins:
39
- JuliaCI/julia#v1:
40
version: "{{matrix.version}}"
test/Project.toml
@@ -8,3 +8,6 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
8
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
9
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
10
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
11
+
12
+[compat]
13
+Enzyme = "0.12"
0 commit comments