File tree 6 files changed +22
-12
lines changed
6 files changed +22
-12
lines changed Original file line number Diff line number Diff line change 10
10
merge_group :
11
11
types : [checks_requested]
12
12
13
+ # needed to allow julia-actions/cache to delete old caches that it has created
14
+ permissions :
15
+ actions : write
16
+ contents : read
17
+
13
18
jobs :
14
19
test :
15
20
runs-on : ${{ matrix.os }}
16
21
strategy :
17
22
matrix :
18
23
version :
19
- - ' 1.6 ' # minimum supported version
24
+ - ' min ' # minimum supported version
20
25
- ' 1' # current stable version
21
26
os :
22
27
- ubuntu-latest
48
53
49
54
- uses : julia-actions/cache@v2
50
55
51
- - uses : julia-actions/julia-buildpkg@latest
56
+ - uses : julia-actions/julia-buildpkg@v1
52
57
53
- - uses : julia-actions/julia-runtest@latest
58
+ - uses : julia-actions/julia-runtest@v1
54
59
env :
55
60
GROUP : All
56
61
JULIA_NUM_THREADS : ${{ matrix.num_threads }}
63
68
token : ${{ secrets.CODECOV_TOKEN }}
64
69
fail_ci_if_error : true
65
70
66
- - uses : coverallsapp/github-action@master
71
+ - uses : coverallsapp/github-action@v2
67
72
with :
68
73
github-token : ${{ secrets.GITHUB_TOKEN }}
69
74
path-to-lcov : lcov.info
Original file line number Diff line number Diff line change 22
22
runs-on : ubuntu-latest
23
23
steps :
24
24
- uses : actions/checkout@v4
25
- - uses : julia-actions/setup-julia@latest
25
+ - uses : julia-actions/setup-julia@v2
26
26
with :
27
27
version : ' 1'
28
28
- name : Install dependencies
Original file line number Diff line number Diff line change 21
21
runs-on : ubuntu-latest
22
22
steps :
23
23
- uses : actions/checkout@v4
24
- - uses : julia-actions/setup-julia@latest
24
+ - uses : julia-actions/setup-julia@v2
25
25
with :
26
26
version : 1
27
27
- name : Format code
Original file line number Diff line number Diff line change 26
26
with :
27
27
version : 1
28
28
arch : x64
29
- - uses : julia-actions/julia-buildpkg@latest
29
+ - uses : julia-actions/julia-buildpkg@v1
30
30
- name : Clone Downstream
31
31
uses : actions/checkout@v4
32
32
with :
Original file line number Diff line number Diff line change 1
- name : JuliaNightly
1
+ name : JuliaPre
2
2
3
3
on :
4
4
push :
8
8
branches :
9
9
- master
10
10
11
+ # needed to allow julia-actions/cache to delete old caches that it has created
12
+ permissions :
13
+ actions : write
14
+ contents : read
15
+
11
16
jobs :
12
17
test :
13
18
runs-on : ubuntu-latest
14
19
steps :
15
20
- uses : actions/checkout@v4
16
21
- uses : julia-actions/setup-julia@v2
17
22
with :
18
- version : ' nightly '
23
+ version : ' pre ' # pre-release
19
24
arch : x64
20
25
- 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
23
28
env :
24
29
GROUP : DynamicPPL
Original file line number Diff line number Diff line change 3
3
[ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://turinglang.github.io/DynamicPPL.jl/stable )
4
4
[ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://turinglang.github.io/DynamicPPL.jl/dev )
5
5
[ ![ 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 )
7
7
[ ![ 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 )
8
8
[ ![ Coverage Status] ( https://coveralls.io/repos/github/TuringLang/DynamicPPL.jl/badge.svg?branch=master )] ( https://coveralls.io/github/TuringLang/DynamicPPL.jl?branch=master )
9
9
[ ![ 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