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 e1232b3 + 42b81a7 commit 4eaec46Copy full SHA for 4eaec46
.github/workflows/CI.yml
@@ -9,11 +9,16 @@ on:
9
jobs:
10
test:
11
runs-on: ubuntu-latest
12
+ strategy:
13
+ matrix:
14
+ group:
15
+ - Core
16
+ version:
17
+ - '1'
18
+ - '1.6'
19
steps:
20
- uses: actions/checkout@v2
21
- uses: julia-actions/setup-julia@v1
- with:
- version: 1
22
- uses: actions/cache@v1
23
env:
24
cache-name: cache-artifacts
Project.toml
@@ -18,7 +18,7 @@ Catalyst = "9"
DiffEqBase = "6"
DiffEqOperators = "4"
ModelingToolkit = "6"
-julia = "1"
+julia = "1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
0 commit comments