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.
2 parents 878c97e + a60b0f8 commit 3c3858bCopy full SHA for 3c3858b
.github/workflows/CI.yml
@@ -14,11 +14,12 @@ jobs:
14
group:
15
- Core
16
- Downstream
17
+ version:
18
+ - '1'
19
+ - '1.6'
20
steps:
21
- uses: actions/checkout@v2
22
- uses: julia-actions/setup-julia@v1
- with:
- version: 1
23
- uses: actions/cache@v1
24
env:
25
cache-name: cache-artifacts
Project.toml
@@ -29,7 +29,7 @@ SciMLBase = "1"
29
Setfield = "0.7, 0.8"
30
StaticArrays = "0.12,1.0"
31
UnPack = "1.0"
32
-julia = "1"
+julia = "1.6"
33
34
[extras]
35
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
0 commit comments