Skip to content

Commit dc37edd

Browse files
authored
Merge pull request #49 from hetalang/develop
restrict OrdinaryDiffEq
2 parents 38ed484 + fea413e commit dc37edd

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515
matrix:
1616
version:
1717
- '1.7' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
18-
- '1.9' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
19-
#- '1' # automatically expands to the latest stable 1.x release of Julia
18+
- '1' # automatically expands to the latest stable 1.x release of Julia
2019
# - 'nightly'
2120
os:
2221
- ubuntu-latest

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ LabelledArrays = "1.6.1"
3434
NLopt = "0.6"
3535
NaNMath = "1"
3636
NodeJS = "2"
37-
OrdinaryDiffEq = "6"
37+
OrdinaryDiffEq = "6.0 - 6.55"
3838
ProgressMeter = "1"
3939
RecipesBase = "1"
4040
RecursiveArrayTools = "2"

0 commit comments

Comments
 (0)