We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb07a04 commit 2a8477bCopy full SHA for 2a8477b
.github/workflows/CI.yml
@@ -19,7 +19,7 @@ jobs:
19
- Core
20
version:
21
- '1'
22
- - '1.6'
+ - '1.10'
23
steps:
24
- uses: actions/checkout@v4
25
- uses: julia-actions/setup-julia@v2
Project.toml
@@ -21,7 +21,7 @@ MacroTools = "0.5"
PreallocationTools = "0.4"
RecursiveArrayTools = "3"
StaticArrays = "1.0"
-julia = "1.6"
+julia = "1.10"
26
[extras]
27
ChainRulesTestUtils = "cdddcdb0-9152-4a09-a978-84456f9df70a"
0 commit comments