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 1414 strategy :
1515 fail-fast : false
1616 matrix :
17- version : ['1.10', '1.11', ' ^1.12.0-0', 'nightly ']
17+ version : ['^1.12.0-0']
1818 os : [ubuntu-latest, macOS-latest, windows-latest]
1919 arch : [x64]
2020 steps :
Original file line number Diff line number Diff line change 399399 end
400400 @test(Array(b) == [1.0 0.0 0.0; 2.0 2.0 3.0],
401401 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+ )
405405
406406 a = AT(Float32[1.0 0.0 0.0; 2.0 2.0 3.0])
407407 b = reinterpret(reshape, ComplexF32, a)
You can’t perform that action at this time.
0 commit comments