Skip to content

Commit 599488b

Browse files
committed
Merge remote-tracking branch 'origin/torfjelde/determine-varinfo' into torfjelde/determine-varinfo
2 parents 9ec1556 + 8ba8f82 commit 599488b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CI.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ jobs:
7878

7979
- uses: julia-actions/julia-processcoverage@v1
8080

81-
- uses: codecov/codecov-action@v4
81+
- uses: codecov/codecov-action@v5
8282
with:
83-
file: lcov.info
83+
files: lcov.info
8484
token: ${{ secrets.CODECOV_TOKEN }}
8585
fail_ci_if_error: true
8686

test/turing/Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
1111

1212
[compat]
1313
Distributions = "0.25"
14-
DynamicPPL = "0.24, 0.25, 0.26, 0.27, 0.28, 0.29, 0.30"
14+
DynamicPPL = "0.24, 0.25, 0.26, 0.27, 0.28, 0.29, 0.30, 0.31"
1515
HypothesisTests = "0.11"
1616
MCMCChains = "6"
1717
ReverseDiff = "1.15"

0 commit comments

Comments
 (0)