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 bbaa315 + b58a2fb commit 5064e2cCopy full SHA for 5064e2c
.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
@@ -21,7 +21,7 @@ Latexify = "0.14, 0.15"
ModelingToolkit = "7"
Reexport = "0.2, 1.0"
SciMLBase = "1.3"
-julia = "1.3"
+julia = "1.6"
25
26
[extras]
27
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
0 commit comments