Skip to content

Commit

Permalink
Merge pull request #309 from Julia-Tempering/compathelper/new_version…
Browse files Browse the repository at this point in the history
…/2025-01-11-01-03-40-839-01336857364

CompatHelper: bump compat for DynamicPPL in [weakdeps] to 0.33, (keep existing compat)
  • Loading branch information
miguelbiron authored Jan 11, 2025
2 parents 8fd64ea + e2cd67a commit 7eb368f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ jobs:
- ubuntu-latest
- macos-13
- windows-latest
# handle this https://github.com/Julia-Tempering/Pigeons.jl/pull/309#issuecomment-2585036057
include:
- version: '1.9'
os: ubuntu-22.04
exclude:
- version: '1.9'
os: ubuntu-latest

steps:
- name: Enable long paths on windows
if: ${{ startsWith(matrix.os, 'windows') }}
Expand Down Expand Up @@ -61,7 +69,7 @@ jobs:
strategy:
matrix:
version:
- '1.9'
- '1.10'
os:
- ubuntu-latest

Expand All @@ -72,7 +80,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ BridgeStan = "2"
DataFrames = "1"
Distributions = "0.25"
DocStringExtensions = "0.9"
DynamicPPL = "0.23, 0.24, 0.25, 0.26, 0.27, 0.28, 0.29, 0.30, 0.31, 0.32"
DynamicPPL = "0.23, 0.24, 0.25, 0.26, 0.27, 0.28, 0.29, 0.30, 0.31, 0.32, 0.33"
Enzyme = "0.12, 0.13"
Expect = "0.3"
FillArrays = "1"
Expand Down

0 comments on commit 7eb368f

Please sign in to comment.