File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 fail-fast : false
1717 matrix :
1818 version :
19- - ' 1.6 '
19+ - ' 1.7 '
2020 - ' 1.9'
21+ - ' 1.10'
2122 - ' nightly'
2223 os :
2324 - ubuntu-latest
@@ -26,21 +27,13 @@ jobs:
2627 arch :
2728 - x64
2829 steps :
29- - uses : actions/checkout@v2
30+ - uses : actions/checkout@v4
3031 - uses : julia-actions/setup-julia@v1
3132 with :
3233 version : ${{ matrix.version }}
3334 arch : ${{ matrix.arch }}
34- - uses : actions/cache@v1
35- env :
36- cache-name : cache-artifacts
37- with :
38- path : ~/.julia/artifacts
39- key : ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
40- restore-keys : |
41- ${{ runner.os }}-test-${{ env.cache-name }}-
42- ${{ runner.os }}-test-
43- ${{ runner.os }}-
35+ show-versioninfo : true
36+ - uses : julia-actions/cache@v1
4437 - uses : julia-actions/julia-buildpkg@v1
4538 - uses : julia-actions/julia-runtest@v1
4639 with :
Original file line number Diff line number Diff line change 11name = " MutatePlainDataArray"
22uuid = " 3b0f367b-da20-4531-811a-c13cc92422b5"
33authors = [" Haoran Ni <haoranni@terpmail.umd.edu> and contributors" ]
4- version = " 0.2.0"
5-
6- [deps ]
7- Compat = " 34da2185-b29b-5c13-b0c7-acf172513d20"
4+ version = " 0.3.0"
85
96[compat ]
10- Compat = " 3.40, 4"
11- julia = " 1.6"
7+ julia = " 1.7"
128
139[extras ]
1410Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ module MutatePlainDataArray
22
33export aref
44
5- using Compat
65
76# ---------------------------------------
87# Common functions.
Original file line number Diff line number Diff line change 1- using MutatePlainDataArray
1+ using MutatePlainDataArray: MutatePlainDataArray, aref
22using Test
3- using Compat
43
54struct TAB
65 x:: Int
You can’t perform that action at this time.
0 commit comments