File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2828 fail-fast : false
2929 matrix :
3030 version :
31+ - ' 1.6'
32+ - ' 1.7'
33+ - ' 1.8'
3134 - ' 1.9'
3235 - ' 1.10'
3336 - ' 1.11'
Original file line number Diff line number Diff line change 11name = " NDimensionalSparseArrays"
22uuid = " 6e93e0f3-59a5-426f-9354-1ff93716b9b4"
3+ authors = [
" Raphael Sampaio <[email protected] >" ]
34version = " 0.1.0"
45
56[deps ]
@@ -8,7 +9,7 @@ version = "0.1.0"
89Aqua = " 0.8"
910LinearAlgebra = " 1.0"
1011Test = " 1.0"
11- julia = " 1.9 "
12+ julia = " 1.6 "
1213
1314[extras ]
1415Aqua = " 4c88cf16-eb10-579e-8560-4a9242c79595"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ function recursive_include(path::String)
1414 end
1515end
1616
17- @testset verbose = true failfast = true begin
17+ @testset verbose = true begin
1818 if length (ARGS ) > 0
1919 include (joinpath (@__DIR__ , ARGS [1 ]))
2020 else
Original file line number Diff line number Diff line change 22
33SET BASEPATH = %~dp0
44
5- CALL julia +1.11 --project=%BASEPATH% \.. -e " import Pkg; Pkg.test()"
5+ CALL julia +1.6 --project=%BASEPATH% \.. -e " import Pkg; Pkg.test()"
You can’t perform that action at this time.
0 commit comments