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.
1 parent ba5302a commit 719ca7bCopy full SHA for 719ca7b
.github/workflows/CI.yml
@@ -22,7 +22,6 @@ jobs:
22
- Downstream2
23
version:
24
- '1'
25
- - '1.6'
26
steps:
27
- uses: actions/checkout@v4
28
- uses: julia-actions/setup-julia@v1
.github/workflows/Downstream.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
fail-fast: false
20
matrix:
21
- julia-version: [1,1.6]
+ julia-version: [1]
os: [ubuntu-latest]
package:
- {user: SciML, repo: DelayDiffEq.jl, group: Interface}
0 commit comments