Skip to content

Commit 53390df

Browse files
authored
Merge pull request #7 from JuliaTesting/ox/restrict
Restict versions and release as 1.4
2 parents a5ebfaa + f3c8c7d commit 53390df

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.github/workflows/CI.yml

+1-6
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name = "TestEnv"
22
uuid = "1e6cf692-eddd-4d53-88a5-2d735e33781b"
3-
version = "1.0.0"
3+
version = "1.4.0"
44

55
[deps]
66
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)