File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,20 +17,20 @@ jobs:
1717 matrix :
1818 version :
1919 - " 1"
20- - " 1.6 " # minimum supported version
20+ - " 1.10 " # Julia LTS version
2121 os :
2222 - ubuntu-latest
23- - macOS-latest
24- - windows-latest
23+ # - macOS-latest
24+ # - windows-latest
2525 arch :
2626 - x64
2727 steps :
28- - uses : actions/checkout@v4
29- - uses : julia-actions/setup-julia@v1
28+ - uses : actions/checkout@v5
29+ - uses : julia-actions/setup-julia@v2
3030 with :
3131 version : ${{ matrix.version }}
3232 arch : ${{ matrix.arch }}
33- - uses : julia-actions/cache@v1
33+ - uses : julia-actions/cache@v2
3434 - uses : julia-actions/julia-buildpkg@v1
3535 - uses : julia-actions/julia-runtest@v1
3636 - uses : julia-actions/julia-processcoverage@v1
Original file line number Diff line number Diff line change 11name = " TagPOMDPProblem"
22uuid = " 8a653263-a1cc-4cf9-849f-f530f6ffc800"
3- version = " 0.2.2 "
3+ version = " 0.2.3 "
44
55[deps ]
66Graphs = " 86223c79-3864-5bf0-83f7-82e725a168b6"
@@ -13,7 +13,7 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
1313[compat ]
1414Graphs = " 1.9"
1515LinearAlgebra = " 1.6"
16- MetaGraphs = " 0.7 "
16+ MetaGraphs = " 0.8 "
1717POMDPTools = " 0.1, 1"
1818POMDPs = " 0.9, 1"
1919Plots = " 1.23"
You can’t perform that action at this time.
0 commit comments