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 a5ebfaa commit 221d03dCopy full SHA for 221d03d
.github/workflows/CI.yml
@@ -10,15 +10,10 @@ jobs:
10
fail-fast: false
11
matrix:
12
version:
13
- #- '1.0'
14
- #- '1.1'
15
- #- '1.2'
16
- #- '1.3'
17
- '1.4'
18
- '1.5'
19
- '1.6'
20
- - '1.7-nightly'
21
- - 'nightly'
+ # - '1.7-nightly' works last i checked but not final yet
22
os:
23
- ubuntu-latest
24
arch:
Project.toml
@@ -7,7 +7,7 @@ Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
7
8
[compat]
9
ChainRulesCore = "=1.0.2"
-julia = "1.4"
+julia = "~1.4, ~1.5, ~1.6"
[extras]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
0 commit comments