Commit a934083 1 parent 7d62807 commit a934083 Copy full SHA for a934083
File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 26
26
shell : bash
27
27
strategy :
28
28
matrix :
29
- julia-version : ['1.7.1 ']
29
+ julia-version : ['1.8.2 ']
30
30
python-version : ['3.9']
31
31
os : [ubuntu-latest]
32
32
Original file line number Diff line number Diff line change 26
26
shell : bash
27
27
strategy :
28
28
matrix :
29
- julia-version : ['1.6', '1.7.1 ']
29
+ julia-version : ['1.6', '1.8.2 ']
30
30
python-version : ['3.9']
31
- os : [windows-2019 ]
31
+ os : [windows-latest ]
32
32
33
33
steps :
34
34
- uses : actions/checkout@v1.0.0
Original file line number Diff line number Diff line change 28
28
shell : bash
29
29
strategy :
30
30
matrix :
31
- julia-version : ['1.7.1 ']
31
+ julia-version : ['1.8.2 ']
32
32
python-version : ['3.9.10']
33
33
os : [ubuntu-latest]
34
34
arch : ['linux/x86_64']
Original file line number Diff line number Diff line change @@ -26,18 +26,18 @@ jobs:
26
26
shell : bash
27
27
strategy :
28
28
matrix :
29
- julia-version : ['1.7.1 ']
29
+ julia-version : ['1.8.2 ']
30
30
python-version : ['3.9']
31
31
os : [macos-latest]
32
32
33
33
steps :
34
- - uses : actions/checkout@v1.0.0
34
+ - uses : actions/checkout@v1
35
35
- name : " Set up Julia"
36
- uses : julia-actions/setup-julia@v1.6.0
36
+ uses : julia-actions/setup-julia@v1
37
37
with :
38
38
version : ${{ matrix.julia-version }}
39
39
- name : " Cache dependencies"
40
- uses : actions/cache@v1 # Thanks FromFile.jl
40
+ uses : actions/cache@v3
41
41
env :
42
42
cache-name : cache-artifacts
43
43
with :
You can’t perform that action at this time.
0 commit comments