We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9f725b + ee33c4c commit 793fee7Copy full SHA for 793fee7
.github/workflows/Downstream.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
- julia-version: [1]
+ julia-version: ['1.10']
18
os: [ubuntu-latest]
19
package:
20
- {user: SciML, repo: DelayDiffEq.jl, group: Interface}
@@ -57,6 +57,7 @@ jobs:
57
- {user: SciML, repo: SciMLSensitivity.jl, group: Core5}
58
- {user: SciML, repo: SciMLSensitivity.jl, group: Core6}
59
- {user: SciML, repo: SciMLSensitivity.jl, group: Core7}
60
+ - {user: SciML, repo: SciMLSensitivity.jl, group: Core8}
61
- {user: SciML, repo: Catalyst.jl, group: All}
62
63
steps:
0 commit comments