Skip to content

Commit e7d8640

Browse files
authored
Merge pull request #14 from JuliaPOMDP/compat_updates
Compat update to fix 1.12 issues
2 parents 004cf3a + 9d3571e commit e7d8640

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/CI.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "TagPOMDPProblem"
22
uuid = "8a653263-a1cc-4cf9-849f-f530f6ffc800"
3-
version = "0.2.2"
3+
version = "0.2.3"
44

55
[deps]
66
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
@@ -13,7 +13,7 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
1313
[compat]
1414
Graphs = "1.9"
1515
LinearAlgebra = "1.6"
16-
MetaGraphs = "0.7"
16+
MetaGraphs = "0.8"
1717
POMDPTools = "0.1, 1"
1818
POMDPs = "0.9, 1"
1919
Plots = "1.23"

0 commit comments

Comments
 (0)