Skip to content

Commit 221d03d

Browse files
committed
Restrict to 1.4-1.6
1 parent a5ebfaa commit 221d03d

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,10 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
version:
13-
#- '1.0'
14-
#- '1.1'
15-
#- '1.2'
16-
#- '1.3'
1713
- '1.4'
1814
- '1.5'
1915
- '1.6'
20-
- '1.7-nightly'
21-
- 'nightly'
16+
# - '1.7-nightly' works last i checked but not final yet
2217
os:
2318
- ubuntu-latest
2419
arch:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
77

88
[compat]
99
ChainRulesCore = "=1.0.2"
10-
julia = "1.4"
10+
julia = "~1.4, ~1.5, ~1.6"
1111

1212
[extras]
1313
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"

0 commit comments

Comments
 (0)