File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,11 @@ concurrency:
11
11
# Cancel intermediate builds: only if it is a pull request build.
12
12
group : ${{ github.workflow }}-${{ github.ref }}
13
13
cancel-in-progress : ${{ startsWith(github.ref, 'refs/pull/') }}
14
+
15
+ permissions :
16
+ actions : write
17
+ contents : read
18
+
14
19
jobs :
15
20
test :
16
21
name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
19
24
fail-fast : false
20
25
matrix :
21
26
version :
22
- - ' 1.9 '
27
+ - ' lts '
23
28
- ' 1'
24
29
os :
25
30
- ubuntu-latest
33
38
with :
34
39
version : ${{ matrix.version }}
35
40
arch : ${{ matrix.arch }}
36
- - uses : julia-actions/cache@v1
41
+ - uses : julia-actions/cache@v2
37
42
- uses : julia-actions/julia-buildpkg@v1
38
43
- uses : julia-actions/julia-runtest@v1
39
44
continue-on-error : ${{ matrix.version == 'nightly' }}
You can’t perform that action at this time.
0 commit comments