We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cb7730 commit 6f51f21Copy full SHA for 6f51f21
.github/workflows/ci.yml
@@ -22,12 +22,8 @@ jobs:
22
fail-fast: false
23
matrix:
24
version:
25
- - '1.6'
26
- - '1.7'
27
- - '1.8'
28
- - '1.9'
29
- '1.10'
30
- - '~1.11.0-0'
+ - '1.11'
31
os:
32
- ubuntu-latest
33
- macOS-latest
Project.toml
@@ -44,7 +44,7 @@ Requires = "1.3"
44
SparseArrays = "<0.0.1, 1.6"
45
StaticArrays = "0.12, 1.0"
46
UUIDs = "<0.0.1, 1.6"
47
-julia = "1.6"
+julia = "1.10"
48
49
[extras]
50
EnzymeCore = "f151be2c-9106-41f4-ab19-57ee4f262869"
0 commit comments