We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a5ebfaa + f3c8c7d commit 53390dfCopy full SHA for 53390df
.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
@@ -1,13 +1,13 @@
1
name = "TestEnv"
2
uuid = "1e6cf692-eddd-4d53-88a5-2d735e33781b"
3
-version = "1.0.0"
+version = "1.4.0"
4
5
[deps]
6
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