File tree Expand file tree Collapse file tree 3 files changed +9
-15
lines changed Expand file tree Collapse file tree 3 files changed +9
-15
lines changed Original file line number Diff line number Diff line change 18
18
fail-fast : false
19
19
matrix :
20
20
version :
21
- - ' 1.6 '
21
+ - ' 1.10 '
22
22
- ' 1'
23
23
os :
24
24
- ubuntu-latest
31
31
version : ${{ matrix.version }}
32
32
arch : ${{ matrix.arch }}
33
33
- uses : julia-actions/julia-downgrade-compat@v1
34
- if : ${{ matrix.version == '1.6 ' }}
34
+ if : ${{ matrix.version == '1.10 ' }}
35
35
with :
36
36
skip : Pkg, TOML
37
37
- uses : julia-actions/cache@v1
Original file line number Diff line number Diff line change @@ -3,11 +3,7 @@ uuid = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
3
3
authors = [
4
4
" Vaibhav Dixit <[email protected] >, Guillaume Dalle and contributors" ,
5
5
]
6
- version = " 1.1.0"
7
-
8
- [deps ]
9
- ChainRulesCore = " d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
10
- EnzymeCore = " f151be2c-9106-41f4-ab19-57ee4f262869"
6
+ version = " 1.0.0"
11
7
12
8
[weakdeps ]
13
9
ChainRulesCore = " d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
@@ -20,7 +16,7 @@ ADTypesEnzymeCoreExt = "EnzymeCore"
20
16
[compat ]
21
17
ChainRulesCore = " 1.0.2"
22
18
EnzymeCore = " 0.5.3,0.6,0.7"
23
- julia = " 1.6 "
19
+ julia = " 1.10 "
24
20
25
21
[extras ]
26
22
Aqua = " 4c88cf16-eb10-579e-8560-4a9242c79595"
Original file line number Diff line number Diff line change 52
52
# # Tests
53
53
54
54
@testset verbose= true " ADTypes.jl" begin
55
- if VERSION >= v " 1.10"
56
- @testset " Aqua.jl" begin
57
- Aqua. test_all (ADTypes; deps_compat = (check_extras = false ,))
58
- end
59
- @testset " JET.jl" begin
60
- JET. test_package (ADTypes, target_defined_modules = true )
61
- end
55
+ @testset " Aqua.jl" begin
56
+ Aqua. test_all (ADTypes; deps_compat = (check_extras = false ,))
57
+ end
58
+ @testset " JET.jl" begin
59
+ JET. test_package (ADTypes, target_defined_modules = true )
62
60
end
63
61
@testset " Dense" begin
64
62
include (" dense.jl" )
You can’t perform that action at this time.
0 commit comments