File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
strategy :
15
15
fail-fast : false
16
16
matrix :
17
- version : ['1.10', '1.11', ' ^1.12.0-0', 'nightly ']
17
+ version : ['^1.12.0-0']
18
18
os : [ubuntu-latest, macOS-latest, windows-latest]
19
19
arch : [x64]
20
20
steps :
Original file line number Diff line number Diff line change 399
399
end
400
400
@test (Array (b) == [1.0 0.0 0.0 ; 2.0 2.0 3.0 ],
401
401
broken= (AT <: Array &&
402
- ( v " 1.11.0-DEV.727" <= VERSION < v " 1.11.0-beta2 " || # broken in JuliaLang/julia#51760 & reverted in beta2
403
- v " 1.12.0- " <= VERSION < v " 1.12.0-DEV.528 " )
404
- ) )
402
+ VERSION >= v " 1.11.0-DEV.727" && # broken in JuliaLang/julia#51760
403
+ ! ( v " 1.11-rc1 " <= VERSION < v " 1.12- " )) # reverted in -rc1
404
+ )
405
405
406
406
a = AT (Float32[1.0 0.0 0.0 ; 2.0 2.0 3.0 ])
407
407
b = reinterpret (reshape, ComplexF32, a)
You can’t perform that action at this time.
0 commit comments