File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 strategy :
1212 matrix :
1313 version :
14- - ' 1.10.4 '
14+ - ' 1.11.6 '
1515 os :
1616 - ubuntu-latest
1717 - macOS-latest
Original file line number Diff line number Diff line change 99 runs-on : ${{ matrix.os }}
1010 strategy :
1111 matrix :
12- julia-version : [1.10.4 ]
12+ julia-version : [1.11.6 ]
1313 julia-arch : [x64]
1414 os : [ubuntu-latest]
1515 steps :
Original file line number Diff line number Diff line change 99 if : " contains(github.event.head_commit.message, '[compat]')"
1010 strategy :
1111 matrix :
12- julia-version : [1.10.4 ]
12+ julia-version : [1.11.6 ]
1313 julia-arch : [x64]
1414 os : [ubuntu-latest]
1515 steps :
Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@v1
1313 - uses : julia-actions/setup-julia@latest
1414 with :
15- version : ' 1.10.4 '
15+ version : ' 1.11.6 '
1616 - run : julia --project=docs -e '
1717 using Pkg;
1818 Pkg.add("Documenter");
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ license = "GPLv3"
44authors = [" islent <leoislent@gmail.com>" ]
55description = " Support for physical vectors and particles"
66repository = " https://github.com/JuliaAstroSim/PhysicalParticles.jl"
7- version = " 1.3.7 "
7+ version = " 1.3.8 "
88
99[deps ]
1010BangBang = " 198e06fe-97b7-11e9-32a5-e1d131e6ad66"
@@ -35,7 +35,7 @@ Statistics = "1"
3535StructArrays = " 0.6, 0.7"
3636Unitful = " 1"
3737UnitfulAstro = " 1"
38- julia = " 1.2.0 "
38+ julia = " 1.10 "
3939
4040[extras ]
4141HCubature = " 19dc6840-f33b-545b-b366-655c7e3ffd49"
You can’t perform that action at this time.
0 commit comments