File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,6 @@ 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
-
19
14
jobs :
20
15
test :
21
16
name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
24
19
fail-fast : false
25
20
matrix :
26
21
version :
27
- - ' lts '
22
+ - ' 1.9 '
28
23
- ' 1'
29
24
os :
30
25
- ubuntu-latest
38
33
with :
39
34
version : ${{ matrix.version }}
40
35
arch : ${{ matrix.arch }}
41
- - uses : julia-actions/cache@v2
36
+ - uses : julia-actions/cache@v1
42
37
- uses : julia-actions/julia-buildpkg@v1
43
38
- uses : julia-actions/julia-runtest@v1
44
39
continue-on-error : ${{ matrix.version == 'nightly' }}
You can’t perform that action at this time.
0 commit comments