We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f646b83 commit 465adffCopy full SHA for 465adff
.github/workflows/ci.yml
@@ -21,7 +21,6 @@ jobs:
21
fail-fast: false
22
matrix:
23
version:
24
- - '1.8' # lowest supported version
25
- 'lts' # julia lts
26
- '1' # latest stable 1.x release of Julia
27
os:
Project.toml
@@ -50,7 +50,7 @@ Test = "1"
50
TupleTools = "1.6"
51
VectorInterface = "0.4.1,0.5"
52
cuTENSOR = "2.1.1"
53
-julia = "1.8"
+julia = "1.10"
54
55
[extras]
56
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
0 commit comments