Skip to content

Commit 5f08dd3

Browse files
committed
remove 1.9-nightly CI
1 parent 375ae55 commit 5f08dd3

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
@@ -19,7 +19,6 @@ jobs:
1919
- '1.6'
2020
- '1.7'
2121
- '1'
22-
- '1.9-nightly'
2322
- 'nightly'
2423
os:
2524
- ubuntu-latest

.github/workflows/Downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
julia-version: [1.6, 1, 1.9-nightly, nightly]
13+
julia-version: [1.6, 1, nightly]
1414
os: [ubuntu-latest]
1515
package:
1616
- {repo: JuliaObjects/Accessors.jl}

0 commit comments

Comments
 (0)