Skip to content

Commit 793fee7

Browse files
Merge pull request #1000 from SciML/ChrisRackauckas-patch-2
Improve Downstream testing
2 parents f9f725b + ee33c4c commit 793fee7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/Downstream.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
julia-version: [1]
17+
julia-version: ['1.10']
1818
os: [ubuntu-latest]
1919
package:
2020
- {user: SciML, repo: DelayDiffEq.jl, group: Interface}
@@ -57,6 +57,7 @@ jobs:
5757
- {user: SciML, repo: SciMLSensitivity.jl, group: Core5}
5858
- {user: SciML, repo: SciMLSensitivity.jl, group: Core6}
5959
- {user: SciML, repo: SciMLSensitivity.jl, group: Core7}
60+
- {user: SciML, repo: SciMLSensitivity.jl, group: Core8}
6061
- {user: SciML, repo: Catalyst.jl, group: All}
6162

6263
steps:

0 commit comments

Comments
 (0)