Skip to content

Commit 719ca7b

Browse files
only v1 CI
1 parent ba5302a commit 719ca7b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
- Downstream2
2323
version:
2424
- '1'
25-
- '1.6'
2625
steps:
2726
- uses: actions/checkout@v4
2827
- uses: julia-actions/setup-julia@v1

.github/workflows/Downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
julia-version: [1,1.6]
21+
julia-version: [1]
2222
os: [ubuntu-latest]
2323
package:
2424
- {user: SciML, repo: DelayDiffEq.jl, group: Interface}

0 commit comments

Comments
 (0)