File tree Expand file tree Collapse file tree 7 files changed +23
-13
lines changed Expand file tree Collapse file tree 7 files changed +23
-13
lines changed Original file line number Diff line number Diff line change 1010 merge_group :
1111 types : [checks_requested]
1212
13+ # needed to allow julia-actions/cache to delete old caches that it has created
14+ permissions :
15+ actions : write
16+ contents : read
17+
1318jobs :
1419 test :
1520 runs-on : ${{ matrix.os }}
1621 strategy :
1722 matrix :
1823 version :
19- - ' 1.6 ' # minimum supported version
24+ - ' min ' # minimum supported version
2025 - ' 1' # current stable version
2126 os :
2227 - ubuntu-latest
4853
4954 - uses : julia-actions/cache@v2
5055
51- - uses : julia-actions/julia-buildpkg@latest
56+ - uses : julia-actions/julia-buildpkg@v1
5257
53- - uses : julia-actions/julia-runtest@latest
58+ - uses : julia-actions/julia-runtest@v1
5459 env :
5560 GROUP : All
5661 JULIA_NUM_THREADS : ${{ matrix.num_threads }}
6368 token : ${{ secrets.CODECOV_TOKEN }}
6469 fail_ci_if_error : true
6570
66- - uses : coverallsapp/github-action@master
71+ - uses : coverallsapp/github-action@v2
6772 with :
6873 github-token : ${{ secrets.GITHUB_TOKEN }}
6974 path-to-lcov : lcov.info
Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 steps :
2424 - uses : actions/checkout@v4
25- - uses : julia-actions/setup-julia@latest
25+ - uses : julia-actions/setup-julia@v2
2626 with :
2727 version : ' 1'
2828 - name : Install dependencies
Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222 steps :
2323 - uses : actions/checkout@v4
24- - uses : julia-actions/setup-julia@latest
24+ - uses : julia-actions/setup-julia@v2
2525 with :
2626 version : 1
2727 - name : Format code
Original file line number Diff line number Diff line change 2626 with :
2727 version : 1
2828 arch : x64
29- - uses : julia-actions/julia-buildpkg@latest
29+ - uses : julia-actions/julia-buildpkg@v1
3030 - name : Clone Downstream
3131 uses : actions/checkout@v4
3232 with :
Original file line number Diff line number Diff line change 1- name : JuliaNightly
1+ name : JuliaPre
22
33on :
44 push :
88 branches :
99 - master
1010
11+ # needed to allow julia-actions/cache to delete old caches that it has created
12+ permissions :
13+ actions : write
14+ contents : read
15+
1116jobs :
1217 test :
1318 runs-on : ubuntu-latest
1419 steps :
1520 - uses : actions/checkout@v4
1621 - uses : julia-actions/setup-julia@v2
1722 with :
18- version : ' nightly '
23+ version : ' pre ' # pre-release
1924 arch : x64
2025 - uses : julia-actions/cache@v2
21- - uses : julia-actions/julia-buildpkg@latest
22- - uses : julia-actions/julia-runtest@latest
26+ - uses : julia-actions/julia-buildpkg@v1
27+ - uses : julia-actions/julia-runtest@v1
2328 env :
2429 GROUP : DynamicPPL
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ Requires = "1"
6565ReverseDiff = " 1"
6666Test = " 1.6"
6767ZygoteRules = " 0.2"
68- julia = " 1.6"
68+ julia = " ~ 1.6.6, 1.7.3 "
6969
7070[extras ]
7171ChainRulesCore = " d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Original file line number Diff line number Diff line change 33[ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://turinglang.github.io/DynamicPPL.jl/stable )
44[ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://turinglang.github.io/DynamicPPL.jl/dev )
55[ ![ CI] ( https://github.com/TuringLang/DynamicPPL.jl/workflows/CI/badge.svg?branch=master )] ( https://github.com/TuringLang/DynamicPPL.jl/actions?query=workflow%3ACI+branch%3Amaster )
6- [ ![ JuliaNightly ] ( https://github.com/TuringLang/DynamicPPL.jl/workflows/JuliaNightly /badge.svg?branch=master )] ( https://github.com/TuringLang/DynamicPPL.jl/actions?query=workflow%3AJuliaNightly +branch%3Amaster )
6+ [ ![ JuliaPre ] ( https://github.com/TuringLang/DynamicPPL.jl/workflows/JuliaPre /badge.svg?branch=master )] ( https://github.com/TuringLang/DynamicPPL.jl/actions?query=workflow%3AJuliaPre +branch%3Amaster )
77[ ![ IntegrationTest] ( https://github.com/TuringLang/DynamicPPL.jl/workflows/IntegrationTest/badge.svg?branch=master )] ( https://github.com/TuringLang/DynamicPPL.jl/actions?query=workflow%3AIntegrationTest+branch%3Amaster )
88[ ![ Coverage Status] ( https://coveralls.io/repos/github/TuringLang/DynamicPPL.jl/badge.svg?branch=master )] ( https://coveralls.io/github/TuringLang/DynamicPPL.jl?branch=master )
99[ ![ Codecov] ( https://codecov.io/gh/TuringLang/DynamicPPL.jl/branch/master/graph/badge.svg )] ( https://codecov.io/gh/TuringLang/DynamicPPL.jl )
You can’t perform that action at this time.
0 commit comments